Html Css Color HEX #AAB15D Olive Green

📋 copy color: '#AAB15D'

red 170 ◦ green 177 ◦ blue 93

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

Shades of Olive Green #AAB15D

Tints of Olive Green #AAB15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 38.64%
G = 40.23%
B = 21.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AAB15D (or 0xAAB15D) is known color: Olive Green. HEX triplet: AA, B1 and 5D. RGB value is (170,177,93). Sum of RGB (Red+Green+Blue) = 170+177+93=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB15D is #554EA2. Grayscale: #A5A5A5. Windows color (decimal): -5590691 or 6140330. OLE color: 6140330.

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

Color convert

RGB 170 177 93 -
CMYK 0.04 0 0.47 0.31
HSL 65º 0.35% 0.53% -
HSV(B) 65º 0.47% 0.69% -
XYZ 34.28 40.78 16.42 -
YUV 165.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 170 177 93 0.04 0 0.47 0.31 65 0.35 0.53
Hex AA B1 5D 4 0 2F 1F 41 23 35
Octal 252 261 135 4 0 57 37 101 43 65
Binary 10101010 10110001 1011101 100 0 101111 11111 1000001 100011 110101

Color Harmonies of #AAB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB15D

Black with #AAB15D

Text Example


Text Example

White with #AAB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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