Html Css Color HEX #AAB151 Olive Green

📋 copy color: '#AAB151'

red 170 ◦ green 177 ◦ blue 81

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

Shades of Olive Green #AAB151

Tints of Olive Green #AAB151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 39.72%
G = 41.36%
B = 18.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AAB151 (or 0xAAB151) is known color: Olive Green. HEX triplet: AA, B1 and 51. RGB value is (170,177,81). Sum of RGB (Red+Green+Blue) = 170+177+81=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB151 is #554EAE. Grayscale: #A4A4A4. Windows color (decimal): -5590703 or 5353898. OLE color: 5353898.

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

Color convert

RGB 170 177 81 -
CMYK 0.04 0 0.54 0.31
HSL 64.38º 0.38% 0.51% -
HSV(B) 64.38º 0.54% 0.69% -
XYZ 33.78 40.58 13.84 -
YUV 163.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 170 177 81 0.04 0 0.54 0.31 64.38 0.38 0.51
Hex AA B1 51 4 0 36 1F 40 26 33
Octal 252 261 121 4 0 66 37 100 46 63
Binary 10101010 10110001 1010001 100 0 110110 11111 1000000 100110 110011

Color Harmonies of #AAB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB151

Black with #AAB151

Text Example


Text Example

White with #AAB151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB151; }

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

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

background-color css

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

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

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

border-color css

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

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

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