Html Css Color HEX #AAB55B Olive Green

📋 copy color: '#AAB55B'

red 170 ◦ green 181 ◦ blue 91

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

Shades of Olive Green #AAB55B

Tints of Olive Green #AAB55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

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

R = 38.46%
G = 40.95%
B = 20.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#AAB55B (or 0xAAB55B) is known color: Olive Green. HEX triplet: AA, B5 and 5B. RGB value is (170,181,91). Sum of RGB (Red+Green+Blue) = 170+181+91=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB55B is #554AA4. Grayscale: #A7A7A7. Windows color (decimal): -5589669 or 6010282. OLE color: 6010282.

HSL color Cylindrical-coordinate representation of color #AAB55B: hue angle of 67.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB55B is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 91 -
CMYK 0.06 0 0.50 0.29
HSL 67.33º 0.38% 0.53% -
HSV(B) 67.33º 0.5% 0.71% -
XYZ 34.99 42.35 16.23 -
YUV 167.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 170 181 91 0.06 0 0.50 0.29 67.33 0.38 0.53
Hex AA B5 5B 6 0 32 1D 43 26 35
Octal 252 265 133 6 0 62 35 103 46 65
Binary 10101010 10110101 1011011 110 0 110010 11101 1000011 100110 110101

Color Harmonies of #AAB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB55B

Black with #AAB55B

Text Example


Text Example

White with #AAB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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