#92820B

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

Shades of Olive #92820B

Tints of Olive #92820B

Color information

#92820B (or 0x92820B) is unknown color: approx Olive. HEX triplet: 92, 82 and 0B. RGB value is (146,130,11). Sum of RGB (Red+Green+Blue) = 146+130+11=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #92820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92820B is #6D7DF4. Grayscale: #797979. Windows color (decimal): -7175669 or 754322. OLE color: 754322.

HSL color Cylindrical-coordinate representation of color #92820B: hue angle of 52.89º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92820B is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB14613011-
CMYK00.110.920.43
HSL52.89º85.99%30.78%-
HSV(B)52.89º92.47%57.25%-
XYZ19.922.13.53-
YUV121.2265.8145.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=50.87%
G=45.30%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461301100.110.920.4352.8985.9930.78
Hex9282B0B5C2B35561f
Octal22220213013134536512637
Binary10010010100000101011010111011100101011110101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92820B; }

 p { color: rgb(146,130,11); }

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

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

 a { background-color: rgb(146,130,11); }

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

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

 span { border-color: rgb(146,130,11); }

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