Html Css Color HEX #AAB15B Olive Green

📋 copy color: '#AAB15B'

red 170 ◦ green 177 ◦ blue 91

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

Shades of Olive Green #AAB15B

Tints of Olive Green #AAB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.78%

R = 38.81%
G = 40.41%
B = 20.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AAB15B (or 0xAAB15B) is known color: Olive Green. HEX triplet: AA, B1 and 5B. RGB value is (170,177,91). Sum of RGB (Red+Green+Blue) = 170+177+91=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB15B is #554EA4. Grayscale: #A5A5A5. Windows color (decimal): -5590693 or 6009258. OLE color: 6009258.

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

Color convert

RGB 170 177 91 -
CMYK 0.04 0 0.49 0.31
HSL 64.88º 0.36% 0.53% -
HSV(B) 64.88º 0.49% 0.69% -
XYZ 34.19 40.75 15.96 -
YUV 165.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 170 177 91 0.04 0 0.49 0.31 64.88 0.36 0.53
Hex AA B1 5B 4 0 31 1F 41 24 35
Octal 252 261 133 4 0 61 37 101 44 65
Binary 10101010 10110001 1011011 100 0 110001 11111 1000001 100100 110101

Color Harmonies of #AAB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB15B

Black with #AAB15B

Text Example


Text Example

White with #AAB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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