Html Css Color HEX #849202 Olive

📋 copy color: '#849202'

red 132 ◦ green 146 ◦ blue 2

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

Shades of Olive #849202

Tints of Olive #849202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.14%

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

R = 47.14%
G = 52.14%
B = 0.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#849202 (or 0x849202) is known color: Olive. HEX triplet: 84, 92 and 02. RGB value is (132,146,2). Sum of RGB (Red+Green+Blue) = 132+146+2=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #849202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849202 is #7B6DFD. Grayscale: #7D7D7D. Windows color (decimal): -8089086 or 168580. OLE color: 168580.

HSL color Cylindrical-coordinate representation of color #849202: hue angle of 65.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849202 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 2 -
CMYK 0.10 0 0.99 0.43
HSL 65.83º 0.97% 0.29% -
HSV(B) 65.83º 0.99% 0.57% -
XYZ 19.81 25.47 3.93 -
YUV 125.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 132 146 2 0.10 0 0.99 0.43 65.83 0.97 0.29
Hex 84 92 2 A 0 63 2B 42 61 1D
Octal 204 222 2 12 0 143 53 102 141 35
Binary 10000100 10010010 10 1010 0 1100011 101011 1000010 1100001 11101

Color Harmonies of #849202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849202

Black with #849202

Text Example


Text Example

White with #849202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849202; }

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

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

background-color css

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

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

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

border-color css

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

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

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