#849903

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

Shades of Olive #849903

Tints of Olive #849903

Color information

#849903 (or 0x849903) is unknown color: approx Olive. HEX triplet: 84, 99 and 03. RGB value is (132,153,3). Sum of RGB (Red+Green+Blue) = 132+153+3=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #849903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849903 is #7B66FC. Grayscale: #828282. Windows color (decimal): -8087293 or 235908. OLE color: 235908.

HSL color Cylindrical-coordinate representation of color #849903: hue angle of 68.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #849903 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB1321533-
CMYK0.1400.980.4
HSL68.4º96.15%30.59%-
HSV(B)68.4º98.04%60%-
XYZ20.9227.694.33-
YUV129.6256.54129.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 153 (60.16% from 255) = 53.12%
BLUE value IS 3 (1.56% from 255) = 1.04%
R=45.83%
G=53.12%
B=1.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13215330.1400.980.468.496.1530.59
Hex84993E0622844601f
Octal20423131601425010414037
Binary1000010010011001111110011000101010001000100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849903; }

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

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

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

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

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

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

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

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