#849D01

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

Shades of Olive #849D01

Tints of Olive #849D01

Color information

#849D01 (or 0x849D01) is unknown color: approx Olive. HEX triplet: 84, 9D and 01. RGB value is (132,157,1). Sum of RGB (Red+Green+Blue) = 132+157+1=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #849D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D01 is #7B62FE. Grayscale: #848484. Windows color (decimal): -8086271 or 105860. OLE color: 105860.

HSL color Cylindrical-coordinate representation of color #849D01: hue angle of 69.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849D01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1321571-
CMYK0.1600.990.38
HSL69.62º98.73%30.98%-
HSV(B)69.62º99.36%61.57%-
XYZ21.5829.024.49-
YUV131.7454.22128.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=45.52%
G=54.14%
B=0.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13215710.1600.990.3869.6298.7330.98
Hex849D1100632646631f
Octal20423512001434610614337
Binary1000010010011101110000011000111001101000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849D01; }

 p { color: rgb(132,157,1); }

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

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

 a { background-color: rgb(132,157,1); }

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

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

 span { border-color: rgb(132,157,1); }

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