Html Css Color HEX #AAB45D Olive Green

📋 copy color: '#AAB45D'

red 170 ◦ green 180 ◦ blue 93

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

Shades of Olive Green #AAB45D

Tints of Olive Green #AAB45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 38.37%
G = 40.63%
B = 20.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#AAB45D (or 0xAAB45D) is known color: Olive Green. HEX triplet: AA, B4 and 5D. RGB value is (170,180,93). Sum of RGB (Red+Green+Blue) = 170+180+93=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB45D is #554BA2. Grayscale: #A7A7A7. Windows color (decimal): -5589923 or 6141098. OLE color: 6141098.

HSL color Cylindrical-coordinate representation of color #AAB45D: hue angle of 66.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB45D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 93 -
CMYK 0.06 0 0.48 0.29
HSL 66.9º 0.37% 0.54% -
HSV(B) 66.9º 0.48% 0.71% -
XYZ 34.87 41.98 16.62 -
YUV 167.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 170 180 93 0.06 0 0.48 0.29 66.9 0.37 0.54
Hex AA B4 5D 6 0 30 1D 43 25 36
Octal 252 264 135 6 0 60 35 103 45 66
Binary 10101010 10110100 1011101 110 0 110000 11101 1000011 100101 110110

Color Harmonies of #AAB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB45D

Black with #AAB45D

Text Example


Text Example

White with #AAB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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