Html Css Color HEX #AAB65D Olive Green

📋 copy color: '#AAB65D'

red 170 ◦ green 182 ◦ blue 93

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

Shades of Olive Green #AAB65D

Tints of Olive Green #AAB65D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

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

R = 38.2%
G = 40.9%
B = 20.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#AAB65D (or 0xAAB65D) is known color: Olive Green. HEX triplet: AA, B6 and 5D. RGB value is (170,182,93). Sum of RGB (Red+Green+Blue) = 170+182+93=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65D is #5549A2. Grayscale: #A8A8A8. Windows color (decimal): -5589411 or 6141610. OLE color: 6141610.

HSL color Cylindrical-coordinate representation of color #AAB65D: hue angle of 68.09º degrees, saturation: 0.38, 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 #AAB65D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 93 -
CMYK 0.07 0 0.49 0.29
HSL 68.09º 0.38% 0.54% -
HSV(B) 68.09º 0.49% 0.71% -
XYZ 35.28 42.79 16.76 -
YUV 168.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 170 182 93 0.07 0 0.49 0.29 68.09 0.38 0.54
Hex AA B6 5D 7 0 31 1D 44 26 36
Octal 252 266 135 7 0 61 35 104 46 66
Binary 10101010 10110110 1011101 111 0 110001 11101 1000100 100110 110110

Color Harmonies of #AAB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB65D

Black with #AAB65D

Text Example


Text Example

White with #AAB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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