#848212

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

Shades of Olive #848212

Tints of Olive #848212

Color information

#848212 (or 0x848212) is unknown color: approx Olive. HEX triplet: 84, 82 and 12. RGB value is (132,130,18). Sum of RGB (Red+Green+Blue) = 132+130+18=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #848212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848212 is #7B7DED. Grayscale: #767676. Windows color (decimal): -8093166 or 1213060. OLE color: 1213060.

HSL color Cylindrical-coordinate representation of color #848212: hue angle of 58.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #848212 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13213018-
CMYK00.020.860.48
HSL58.95º76%29.41%-
HSV(B)58.95º86.36%51.76%-
XYZ17.6120.913.68-
YUV117.8371.66138.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=47.14%
G=46.43%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321301800.020.860.4858.957629.41
Hex8482120256303b4c1d
Octal2042022202126607311435
Binary1000010010000010100100101010110110000111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848212; }

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

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

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

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

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

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

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

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