#928806

Color #928806 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #928806

Tints of Olive #928806

Color information

#928806 (or 0x928806) is unknown color: approx Olive. HEX triplet: 92, 88 and 06. RGB value is (146,136,6). Sum of RGB (Red+Green+Blue) = 146+136+6=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #928806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928806 is #6D77F9. Grayscale: #7C7C7C. Windows color (decimal): -7174138 or 428178. OLE color: 428178.

HSL color Cylindrical-coordinate representation of color #928806: hue angle of 55.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #928806 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1461366-
CMYK00.070.960.43
HSL55.71º92.11%29.8%-
HSV(B)55.71º95.89%57.25%-
XYZ20.6923.733.66-
YUV124.1761.31143.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=50.69%
G=47.22%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146136600.070.960.4355.7192.1129.8
Hex9288607602B385c1e
Octal222210607140537013436
Binary100100101000100011001111100000101011111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928806; }

 p { color: rgb(146,136,6); }

 H1.HeaderClassName
 {
   color: #928806;
 }
 .AnyTagClassName
 {
   color: #928806;
 }
</style>
background-color css

<style>
 a { background-color: #928806; }

 a { background-color: rgb(146,136,6); }

 div.DivClassName
 {
   background-color: #928806;
 }
 .BgClassName
 {
   background-color: #928806;
 }
</style>
border-color css

<style>
 span { border-color: #928806; }

 span { border-color: rgb(146,136,6); }

 td.TdClassName
 {
   border-color: #928806;
 }
 .TagClassName
 {
   border-color: #928806;
 }
</style>