Html Css Color HEX #AAB65A Olive Green

📋 copy color: '#AAB65A'

red 170 ◦ green 182 ◦ blue 90

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

Shades of Olive Green #AAB65A

Tints of Olive Green #AAB65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.36%

R = 38.46%
G = 41.18%
B = 20.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#AAB65A (or 0xAAB65A) is known color: Olive Green. HEX triplet: AA, B6 and 5A. RGB value is (170,182,90). Sum of RGB (Red+Green+Blue) = 170+182+90=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65A is #5549A5. Grayscale: #A8A8A8. Windows color (decimal): -5589414 or 5945002. OLE color: 5945002.

HSL color Cylindrical-coordinate representation of color #AAB65A: hue angle of 67.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB65A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 90 -
CMYK 0.07 0 0.51 0.29
HSL 67.83º 0.39% 0.53% -
HSV(B) 67.83º 0.51% 0.71% -
XYZ 35.15 42.74 16.07 -
YUV 167.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 170 182 90 0.07 0 0.51 0.29 67.83 0.39 0.53
Hex AA B6 5A 7 0 33 1D 44 27 35
Octal 252 266 132 7 0 63 35 104 47 65
Binary 10101010 10110110 1011010 111 0 110011 11101 1000100 100111 110101

Color Harmonies of #AAB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB65A

Black with #AAB65A

Text Example


Text Example

White with #AAB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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