#849603

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

Shades of Olive #849603

Tints of Olive #849603

Color information

#849603 (or 0x849603) is unknown color: approx Olive. HEX triplet: 84, 96 and 03. RGB value is (132,150,3). Sum of RGB (Red+Green+Blue) = 132+150+3=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #849603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849603 is #7B69FC. Grayscale: #808080. Windows color (decimal): -8088061 or 235140. OLE color: 235140.

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

Color convert

RGB1321503-
CMYK0.1200.980.41
HSL67.35º96.08%30%-
HSV(B)67.35º98%58.82%-
XYZ20.4426.724.17-
YUV127.8657.54130.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=46.32%
G=52.63%
B=1.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13215030.1200.980.4167.3596.0830
Hex84963C0622943601e
Octal20422631401425110314036
Binary1000010010010110111100011000101010011000011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849603; }

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

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

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

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

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

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

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

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