#82920B

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

Shades of Olive #82920B

Tints of Olive #82920B

Color information

#82920B (or 0x82920B) is unknown color: approx Olive. HEX triplet: 82, 92 and 0B. RGB value is (130,146,11). Sum of RGB (Red+Green+Blue) = 130+146+11=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #82920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82920B is #7D6DF4. Grayscale: #7E7E7E. Windows color (decimal): -8220149 or 758402. OLE color: 758402.

HSL color Cylindrical-coordinate representation of color #82920B: hue angle of 67.11º 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 #82920B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB13014611-
CMYK0.1100.920.43
HSL67.11º85.99%30.78%-
HSV(B)67.11º92.47%57.25%-
XYZ19.5525.334.18-
YUV125.8363.2130.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146110.1100.920.4367.1185.9930.78
Hex8292BB05C2B43561f
Octal202222131301345310312637
Binary100000101001001010111011010111001010111000011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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