Html Css Color HEX #AAB05D Olive Green

📋 copy color: '#AAB05D'

red 170 ◦ green 176 ◦ blue 93

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

Shades of Olive Green #AAB05D

Tints of Olive Green #AAB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 38.72%
G = 40.09%
B = 21.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AAB05D (or 0xAAB05D) is known color: Olive Green. HEX triplet: AA, B0 and 5D. RGB value is (170,176,93). Sum of RGB (Red+Green+Blue) = 170+176+93=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB05D is #554FA2. Grayscale: #A5A5A5. Windows color (decimal): -5590947 or 6140074. OLE color: 6140074.

HSL color Cylindrical-coordinate representation of color #AAB05D: hue angle of 64.34º degrees, saturation: 0.34, 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 #AAB05D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 93 -
CMYK 0.03 0 0.47 0.31
HSL 64.34º 0.34% 0.53% -
HSV(B) 64.34º 0.47% 0.69% -
XYZ 34.08 40.39 16.36 -
YUV 164.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 170 176 93 0.03 0 0.47 0.31 64.34 0.34 0.53
Hex AA B0 5D 3 0 2F 1F 40 22 35
Octal 252 260 135 3 0 57 37 100 42 65
Binary 10101010 10110000 1011101 11 0 101111 11111 1000000 100010 110101

Color Harmonies of #AAB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB05D

Black with #AAB05D

Text Example


Text Example

White with #AAB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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