#84850c

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

Shades of Olive #84850C

Tints of Olive #84850C

Color information

#84850C (or 0x84850C) is unknown color: approx Olive. HEX triplet: 84, 85 and 0C. RGB value is (132,133,12). Sum of RGB (Red+Green+Blue) = 132+133+12=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #84850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84850C is #7B7AF3. Grayscale: #777777. Windows color (decimal): -8092404 or 820612. OLE color: 820612.

HSL color Cylindrical-coordinate representation of color #84850C: hue angle of 60.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84850C is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13213312-
CMYK0.0100.910.48
HSL60.5º83.45%28.43%-
HSV(B)60.5º90.98%52.16%-
XYZ17.9721.713.59-
YUV118.9167.67137.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=47.65%
G=48.01%
B=4.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133120.0100.910.4860.583.4528.43
Hex8485C105B303c531c
Octal2042051410133607412334
Binary10000100100001011100101011011110000111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84850c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84850c; }

 p { color: rgb(132,133,12); }

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

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

 a { background-color: rgb(132,133,12); }

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

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

 span { border-color: rgb(132,133,12); }

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