Html Css Color HEX #AAB85B Olive Green

📋 copy color: '#AAB85B'

red 170 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #AAB85B

Tints of Olive Green #AAB85B

RGB

 RED value IS 170 (66.8% from 255) = 38.2%

 GREEN value IS 184 (72.27% from 255) = 41.35%

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 38.2%
G = 41.35%
B = 20.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#AAB85B (or 0xAAB85B) is known color: Olive Green. HEX triplet: AA, B8 and 5B. RGB value is (170,184,91). Sum of RGB (Red+Green+Blue) = 170+184+91=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB85B is #5547A4. Grayscale: #A9A9A9. Windows color (decimal): -5588901 or 6011050. OLE color: 6011050.

HSL color Cylindrical-coordinate representation of color #AAB85B: hue angle of 69.03º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB85B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 91 -
CMYK 0.08 0 0.51 0.28
HSL 69.03º 0.4% 0.54% -
HSV(B) 69.03º 0.51% 0.72% -
XYZ 35.61 43.58 16.43 -
YUV 169.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 170 184 91 0.08 0 0.51 0.28 69.03 0.4 0.54
Hex AA B8 5B 8 0 33 1C 45 28 36
Octal 252 270 133 10 0 63 34 105 50 66
Binary 10101010 10111000 1011011 1000 0 110011 11100 1000101 101000 110110

Color Harmonies of #AAB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB85B

Black with #AAB85B

Text Example


Text Example

White with #AAB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB85B; }

 p { color: rgb(170,184,91); }

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

background-color css

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

 a { background-color: rgb(170,184,91); }

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

border-color css

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

 span { border-color: rgb(170,184,91); }

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