Html Css Color HEX #849902 Olive

📋 copy color: '#849902'

red 132 ◦ green 153 ◦ blue 2

#849902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #849902

Tints of Olive #849902

RGB

 RED value IS 132 (51.95% from 255) = 45.99%

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 45.99%
G = 53.31%
B = 0.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#849902 (or 0x849902) is known color: Olive. HEX triplet: 84, 99 and 02. RGB value is (132,153,2). Sum of RGB (Red+Green+Blue) = 132+153+2=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #849902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849902 is #7B66FD. Grayscale: #828282. Windows color (decimal): -8087294 or 170372. OLE color: 170372.

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

Color convert

RGB 132 153 2 -
CMYK 0.14 0 0.99 0.4
HSL 68.34º 0.97% 0.3% -
HSV(B) 68.34º 0.99% 0.6% -
XYZ 20.92 27.69 4.3 -
YUV 129.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 132 153 2 0.14 0 0.99 0.4 68.34 0.97 0.3
Hex 84 99 2 E 0 63 28 44 61 1E
Octal 204 231 2 16 0 143 50 104 141 36
Binary 10000100 10011001 10 1110 0 1100011 101000 1000100 1100001 11110

Color Harmonies of #849902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849902

Black with #849902

Text Example


Text Example

White with #849902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849902; }

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

 H1.HeaderClassName
 {
   color: #849902;
 }
 .AnyTagClassName
 {
   color: #849902;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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