#8B8212

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

Shades of Olive #8B8212

Tints of Olive #8B8212

Color information

#8B8212 (or 0x8B8212) is unknown color: approx Olive. HEX triplet: 8B, 82 and 12. RGB value is (139,130,18). Sum of RGB (Red+Green+Blue) = 139+130+18=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8212 is #747DED. Grayscale: #787878. Windows color (decimal): -7634414 or 1213067. OLE color: 1213067.

HSL color Cylindrical-coordinate representation of color #8B8212: hue angle of 55.54º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B8212 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB13913018-
CMYK00.060.870.45
HSL55.54º77.07%30.78%-
HSV(B)55.54º87.05%54.51%-
XYZ18.7421.53.73-
YUV119.9270.48141.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=48.43%
G=45.30%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391301800.060.870.4555.5477.0730.78
Hex8B821206572D384d1f
Octal2132022206127557011537
Binary10001011100000101001001101010111101101111000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8212; }

 p { color: rgb(139,130,18); }

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

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

 a { background-color: rgb(139,130,18); }

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

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

 span { border-color: rgb(139,130,18); }

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