Html Css Color HEX #849502 Olive

📋 copy color: '#849502'

red 132 ◦ green 149 ◦ blue 2

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

Shades of Olive #849502

Tints of Olive #849502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 46.64%
G = 52.65%
B = 0.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#849502 (or 0x849502) is known color: Olive. HEX triplet: 84, 95 and 02. RGB value is (132,149,2). Sum of RGB (Red+Green+Blue) = 132+149+2=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #849502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849502 is #7B6AFD. Grayscale: #7F7F7F. Windows color (decimal): -8088318 or 169348. OLE color: 169348.

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

Color convert

RGB 132 149 2 -
CMYK 0.11 0 0.99 0.42
HSL 66.94º 0.97% 0.3% -
HSV(B) 66.94º 0.99% 0.58% -
XYZ 20.27 26.4 4.09 -
YUV 127.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 132 149 2 0.11 0 0.99 0.42 66.94 0.97 0.3
Hex 84 95 2 B 0 63 2A 43 61 1E
Octal 204 225 2 13 0 143 52 103 141 36
Binary 10000100 10010101 10 1011 0 1100011 101010 1000011 1100001 11110

Color Harmonies of #849502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849502

Black with #849502

Text Example


Text Example

White with #849502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849502; }

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

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

background-color css

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

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

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

border-color css

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

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

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