Html Css Color HEX #AAB153 Olive Green

📋 copy color: '#AAB153'

red 170 ◦ green 177 ◦ blue 83

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

Shades of Olive Green #AAB153

Tints of Olive Green #AAB153

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 39.53%
G = 41.16%
B = 19.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AAB153 (or 0xAAB153) is known color: Olive Green. HEX triplet: AA, B1 and 53. RGB value is (170,177,83). Sum of RGB (Red+Green+Blue) = 170+177+83=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB153 is #554EAC. Grayscale: #A4A4A4. Windows color (decimal): -5590701 or 5484970. OLE color: 5484970.

HSL color Cylindrical-coordinate representation of color #AAB153: hue angle of 64.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAB153 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 83 -
CMYK 0.04 0 0.53 0.31
HSL 64.47º 0.38% 0.51% -
HSV(B) 64.47º 0.53% 0.69% -
XYZ 33.86 40.61 14.24 -
YUV 164.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 170 177 83 0.04 0 0.53 0.31 64.47 0.38 0.51
Hex AA B1 53 4 0 35 1F 40 26 33
Octal 252 261 123 4 0 65 37 100 46 63
Binary 10101010 10110001 1010011 100 0 110101 11111 1000000 100110 110011

Color Harmonies of #AAB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB153

Black with #AAB153

Text Example


Text Example

White with #AAB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB153; }

 p { color: rgb(170,177,83); }

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

background-color css

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

 a { background-color: rgb(170,177,83); }

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

border-color css

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

 span { border-color: rgb(170,177,83); }

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