#848803

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

Shades of Olive #848803

Tints of Olive #848803

Color information

#848803 (or 0x848803) is unknown color: approx Olive. HEX triplet: 84, 88 and 03. RGB value is (132,136,3). Sum of RGB (Red+Green+Blue) = 132+136+3=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #848803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848803 is #7B77FC. Grayscale: #787878. Windows color (decimal): -8091645 or 231556. OLE color: 231556.

HSL color Cylindrical-coordinate representation of color #848803: hue angle of 61.8º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #848803 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1321363-
CMYK0.0300.980.47
HSL61.8º95.68%27.25%-
HSV(B)61.8º97.79%53.33%-
XYZ18.3422.523.47-
YUV119.6462.17136.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=48.71%
G=50.18%
B=1.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213630.0300.980.4761.895.6827.25
Hex8488330622F3e601b
Octal204210330142577614033
Binary1000010010001000111101100010101111111110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848803; }

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

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

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

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

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

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

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

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