#849800

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

Shades of Olive #849800

Tints of Olive #849800

Color information

#849800 (or 0x849800) is unknown color: approx Olive. HEX triplet: 84, 98 and 00. RGB value is (132,152,0). Sum of RGB (Red+Green+Blue) = 132+152+0=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #849800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849800 is #7B67FF. Grayscale: #818181. Windows color (decimal): -8087552 or 39044. OLE color: 39044.

HSL color Cylindrical-coordinate representation of color #849800: hue angle of 67.89º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #849800 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1321520-
CMYK0.13010.40
HSL67.89º100%29.8%-
HSV(B)67.89º100%59.61%-
XYZ20.7427.364.19-
YUV128.6955.37130.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.48%
G=53.52%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13215200.13010.4067.8910029.8
Hex84980D0642844641e
Octal20423001501445010414436
Binary100001001001100001101011001001010001000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849800; }

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

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

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

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

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

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

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

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