Html Css Color HEX #AAB150 Olive Green

📋 copy color: '#AAB150'

red 170 ◦ green 177 ◦ blue 80

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

Shades of Olive Green #AAB150

Tints of Olive Green #AAB150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 39.81%
G = 41.45%
B = 18.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AAB150 (or 0xAAB150) is known color: Olive Green. HEX triplet: AA, B1 and 50. RGB value is (170,177,80). Sum of RGB (Red+Green+Blue) = 170+177+80=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB150 is #554EAF. Grayscale: #A4A4A4. Windows color (decimal): -5590704 or 5288362. OLE color: 5288362.

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

Color convert

RGB 170 177 80 -
CMYK 0.04 0 0.55 0.31
HSL 64.33º 0.38% 0.5% -
HSV(B) 64.33º 0.55% 0.69% -
XYZ 33.75 40.57 13.64 -
YUV 163.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 170 177 80 0.04 0 0.55 0.31 64.33 0.38 0.5
Hex AA B1 50 4 0 37 1F 40 26 32
Octal 252 261 120 4 0 67 37 100 46 62
Binary 10101010 10110001 1010000 100 0 110111 11111 1000000 100110 110010

Color Harmonies of #AAB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB150

Black with #AAB150

Text Example


Text Example

White with #AAB150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB150; }

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

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

background-color css

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

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

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

border-color css

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

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

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