Html Css Color HEX #99AA82 Olivine

📋 copy color: '#99AA82'

red 153 ◦ green 170 ◦ blue 130

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

Shades of Olivine #99AA82

Tints of Olivine #99AA82

RGB

 RED value IS 153 (60.16% from 255) = 33.77%

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 33.77%
G = 37.53%
B = 28.7%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#99AA82 (or 0x99AA82) is known color: Olivine. HEX triplet: 99, AA and 82. RGB value is (153,170,130). Sum of RGB (Red+Green+Blue) = 153+170+130=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA82 is #66557D. Grayscale: #A0A0A0. Windows color (decimal): -6706558 or 8563353. OLE color: 8563353.

HSL color Cylindrical-coordinate representation of color #99AA82: hue angle of 85.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99AA82 is Cyan = 0.1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 130 -
CMYK 0.1 0 0.24 0.33
HSL 85.5º 0.19% 0.59% -
HSV(B) 85.5º 0.24% 0.67% -
XYZ 31.54 37.13 26.62 -
YUV 160.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 153 170 130 0.1 0 0.24 0.33 85.5 0.19 0.59
Hex 99 AA 82 A 0 18 21 56 13 3B
Octal 231 252 202 12 0 30 41 126 23 73
Binary 10011001 10101010 10000010 1010 0 11000 100001 1010110 10011 111011

Color Harmonies of #99AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA82

Black with #99AA82

Text Example


Text Example

White with #99AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AA82; }

 p { color: rgb(153,170,130); }

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

background-color css

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

 a { background-color: rgb(153,170,130); }

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

border-color css

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

 span { border-color: rgb(153,170,130); }

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