Html Css Color HEX #AAB25F Olive Green

📋 copy color: '#AAB25F'

red 170 ◦ green 178 ◦ blue 95

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

Shades of Olive Green #AAB25F

Tints of Olive Green #AAB25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

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

R = 38.37%
G = 40.18%
B = 21.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#AAB25F (or 0xAAB25F) is known color: Olive Green. HEX triplet: AA, B2 and 5F. RGB value is (170,178,95). Sum of RGB (Red+Green+Blue) = 170+178+95=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB25F is #554DA0. Grayscale: #A6A6A6. Windows color (decimal): -5590433 or 6271658. OLE color: 6271658.

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

Color convert

RGB 170 178 95 -
CMYK 0.04 0 0.47 0.30
HSL 65.78º 0.35% 0.54% -
HSV(B) 65.78º 0.47% 0.7% -
XYZ 34.56 41.21 16.96 -
YUV 166.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 170 178 95 0.04 0 0.47 0.30 65.78 0.35 0.54
Hex AA B2 5F 4 0 2F 1E 42 23 36
Octal 252 262 137 4 0 57 36 102 43 66
Binary 10101010 10110010 1011111 100 0 101111 11110 1000010 100011 110110

Color Harmonies of #AAB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB25F

Black with #AAB25F

Text Example


Text Example

White with #AAB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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