Html Css Color HEX #AAB85E Olive Green

📋 copy color: '#AAB85E'

red 170 ◦ green 184 ◦ blue 94

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

Shades of Olive Green #AAB85E

Tints of Olive Green #AAB85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 37.95%
G = 41.07%
B = 20.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#AAB85E (or 0xAAB85E) is known color: Olive Green. HEX triplet: AA, B8 and 5E. RGB value is (170,184,94). Sum of RGB (Red+Green+Blue) = 170+184+94=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB85E is #5547A1. Grayscale: #A9A9A9. Windows color (decimal): -5588898 or 6207658. OLE color: 6207658.

HSL color Cylindrical-coordinate representation of color #AAB85E: hue angle of 69.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB85E is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 94 -
CMYK 0.08 0 0.49 0.28
HSL 69.33º 0.39% 0.55% -
HSV(B) 69.33º 0.49% 0.72% -
XYZ 35.74 43.64 17.13 -
YUV 169.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 170 184 94 0.08 0 0.49 0.28 69.33 0.39 0.55
Hex AA B8 5E 8 0 31 1C 45 27 37
Octal 252 270 136 10 0 61 34 105 47 67
Binary 10101010 10111000 1011110 1000 0 110001 11100 1000101 100111 110111

Color Harmonies of #AAB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB85E

Black with #AAB85E

Text Example


Text Example

White with #AAB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB85E; }

 p { color: rgb(170,184,94); }

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

background-color css

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

 a { background-color: rgb(170,184,94); }

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

border-color css

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

 span { border-color: rgb(170,184,94); }

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