#849602

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

Shades of Olive #849602

Tints of Olive #849602

Color information

#849602 (or 0x849602) is unknown color: approx Olive. HEX triplet: 84, 96 and 02. RGB value is (132,150,2). Sum of RGB (Red+Green+Blue) = 132+150+2=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #849602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849602 is #7B69FD. Grayscale: #808080. Windows color (decimal): -8088062 or 169604. OLE color: 169604.

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

Color convert

RGB1321502-
CMYK0.1200.990.41
HSL67.3º97.37%29.8%-
HSV(B)67.3º98.67%58.82%-
XYZ20.4326.724.14-
YUV127.7557.04131.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=46.48%
G=52.82%
B=0.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13215020.1200.990.4167.397.3729.8
Hex84962C0632943611e
Octal20422621401435110314136
Binary1000010010010110101100011000111010011000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849602; }

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

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

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

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

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

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

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

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