Html Css Color HEX #AAB154 Olive Green

📋 copy color: '#AAB154'

red 170 ◦ green 177 ◦ blue 84

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

Shades of Olive Green #AAB154

Tints of Olive Green #AAB154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.49%

R = 39.44%
G = 41.07%
B = 19.49%

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

#AAB154 (or 0xAAB154) is known color: Olive Green. HEX triplet: AA, B1 and 54. RGB value is (170,177,84). Sum of RGB (Red+Green+Blue) = 170+177+84=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB154 is #554EAB. Grayscale: #A4A4A4. Windows color (decimal): -5590700 or 5550506. OLE color: 5550506.

HSL color Cylindrical-coordinate representation of color #AAB154: hue angle of 64.52º degrees, saturation: 0.37, 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 #AAB154 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 84 -
CMYK 0.04 0 0.53 0.31
HSL 64.52º 0.37% 0.51% -
HSV(B) 64.52º 0.53% 0.69% -
XYZ 33.9 40.63 14.44 -
YUV 164.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 170 177 84 0.04 0 0.53 0.31 64.52 0.37 0.51
Hex AA B1 54 4 0 35 1F 41 25 33
Octal 252 261 124 4 0 65 37 101 45 63
Binary 10101010 10110001 1010100 100 0 110101 11111 1000001 100101 110011

Color Harmonies of #AAB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB154

Black with #AAB154

Text Example


Text Example

White with #AAB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB154; }

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

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

background-color css

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

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

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

border-color css

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

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

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