#849600

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

Shades of Olive #849600

Tints of Olive #849600

Color information

#849600 (or 0x849600) is unknown color: approx Olive. HEX triplet: 84, 96 and 00. RGB value is (132,150,0). Sum of RGB (Red+Green+Blue) = 132+150+0=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #849600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849600 is #7B69FF. Grayscale: #808080. Windows color (decimal): -8088064 or 38532. OLE color: 38532.

HSL color Cylindrical-coordinate representation of color #849600: hue angle of 67.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #849600 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1321500-
CMYK0.12010.41
HSL67.2º100%29.41%-
HSV(B)67.2º100%58.82%-
XYZ20.4226.724.08-
YUV127.5256.04131.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.81%
G=53.19%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13215000.12010.4167.210029.41
Hex84960C0642943641d
Octal20422601401445110314435
Binary100001001001011001100011001001010011000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849600; }

 p { color: rgb(132,150,0); }

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

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

 a { background-color: rgb(132,150,0); }

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

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

 span { border-color: rgb(132,150,0); }

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