Html Css Color HEX #AAB45F Olive Green

📋 copy color: '#AAB45F'

red 170 ◦ green 180 ◦ blue 95

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

Shades of Olive Green #AAB45F

Tints of Olive Green #AAB45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 38.2%
G = 40.45%
B = 21.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#AAB45F (or 0xAAB45F) is known color: Olive Green. HEX triplet: AA, B4 and 5F. RGB value is (170,180,95). Sum of RGB (Red+Green+Blue) = 170+180+95=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB45F is #554BA0. Grayscale: #A7A7A7. Windows color (decimal): -5589921 or 6272170. OLE color: 6272170.

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

Color convert

RGB 170 180 95 -
CMYK 0.06 0 0.47 0.29
HSL 67.06º 0.36% 0.54% -
HSV(B) 67.06º 0.47% 0.71% -
XYZ 34.96 42.01 17.09 -
YUV 167.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 170 180 95 0.06 0 0.47 0.29 67.06 0.36 0.54
Hex AA B4 5F 6 0 2F 1D 43 24 36
Octal 252 264 137 6 0 57 35 103 44 66
Binary 10101010 10110100 1011111 110 0 101111 11101 1000011 100100 110110

Color Harmonies of #AAB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB45F

Black with #AAB45F

Text Example


Text Example

White with #AAB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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