Html Css Color HEX #AAB55C Olive Green

📋 copy color: '#AAB55C'

red 170 ◦ green 181 ◦ blue 92

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

Shades of Olive Green #AAB55C

Tints of Olive Green #AAB55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 38.37%
G = 40.86%
B = 20.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#AAB55C (or 0xAAB55C) is known color: Olive Green. HEX triplet: AA, B5 and 5C. RGB value is (170,181,92). Sum of RGB (Red+Green+Blue) = 170+181+92=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB55C is #554AA3. Grayscale: #A7A7A7. Windows color (decimal): -5589668 or 6075818. OLE color: 6075818.

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

Color convert

RGB 170 181 92 -
CMYK 0.06 0 0.49 0.29
HSL 67.42º 0.38% 0.54% -
HSV(B) 67.42º 0.49% 0.71% -
XYZ 35.03 42.37 16.46 -
YUV 167.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 170 181 92 0.06 0 0.49 0.29 67.42 0.38 0.54
Hex AA B5 5C 6 0 31 1D 43 26 36
Octal 252 265 134 6 0 61 35 103 46 66
Binary 10101010 10110101 1011100 110 0 110001 11101 1000011 100110 110110

Color Harmonies of #AAB55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB55C

Black with #AAB55C

Text Example


Text Example

White with #AAB55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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