Html Css Color HEX #AAB55D Olive Green

📋 copy color: '#AAB55D'

red 170 ◦ green 181 ◦ blue 93

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

Shades of Olive Green #AAB55D

Tints of Olive Green #AAB55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

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

R = 38.29%
G = 40.77%
B = 20.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#AAB55D (or 0xAAB55D) is known color: Olive Green. HEX triplet: AA, B5 and 5D. RGB value is (170,181,93). Sum of RGB (Red+Green+Blue) = 170+181+93=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB55D is #554AA2. Grayscale: #A8A8A8. Windows color (decimal): -5589667 or 6141354. OLE color: 6141354.

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

Color convert

RGB 170 181 93 -
CMYK 0.06 0 0.49 0.29
HSL 67.5º 0.37% 0.54% -
HSV(B) 67.5º 0.49% 0.71% -
XYZ 35.08 42.38 16.69 -
YUV 167.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 170 181 93 0.06 0 0.49 0.29 67.5 0.37 0.54
Hex AA B5 5D 6 0 31 1D 44 25 36
Octal 252 265 135 6 0 61 35 104 45 66
Binary 10101010 10110101 1011101 110 0 110001 11101 1000100 100101 110110

Color Harmonies of #AAB55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB55D

Black with #AAB55D

Text Example


Text Example

White with #AAB55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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