Html Css Color HEX #AAB95B Olive Green

📋 copy color: '#AAB95B'

red 170 ◦ green 185 ◦ blue 91

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

Shades of Olive Green #AAB95B

Tints of Olive Green #AAB95B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

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

R = 38.12%
G = 41.48%
B = 20.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#AAB95B (or 0xAAB95B) is known color: Olive Green. HEX triplet: AA, B9 and 5B. RGB value is (170,185,91). Sum of RGB (Red+Green+Blue) = 170+185+91=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB95B is #5546A4. Grayscale: #AAAAAA. Windows color (decimal): -5588645 or 6011306. OLE color: 6011306.

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

Color convert

RGB 170 185 91 -
CMYK 0.08 0 0.51 0.27
HSL 69.57º 0.4% 0.54% -
HSV(B) 69.57º 0.51% 0.73% -
XYZ 35.81 44 16.5 -
YUV 169.8 83.53 128.14 -
System Red Green Blue C M Y K H S L
Decimal 170 185 91 0.08 0 0.51 0.27 69.57 0.4 0.54
Hex AA B9 5B 8 0 33 1B 46 28 36
Octal 252 271 133 10 0 63 33 106 50 66
Binary 10101010 10111001 1011011 1000 0 110011 11011 1000110 101000 110110

Color Harmonies of #AAB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB95B

Black with #AAB95B

Text Example


Text Example

White with #AAB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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