Html Css Color HEX #AAB464 Olive Green

📋 copy color: '#AAB464'

red 170 ◦ green 180 ◦ blue 100

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

Shades of Olive Green #AAB464

Tints of Olive Green #AAB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 37.78%
G = 40%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#AAB464 (or 0xAAB464) is known color: Olive Green. HEX triplet: AA, B4 and 64. RGB value is (170,180,100). Sum of RGB (Red+Green+Blue) = 170+180+100=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB464 is #554B9B. Grayscale: #A8A8A8. Windows color (decimal): -5589916 or 6599850. OLE color: 6599850.

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

Color convert

RGB 170 180 100 -
CMYK 0.06 0 0.44 0.29
HSL 67.5º 0.35% 0.55% -
HSV(B) 67.5º 0.44% 0.71% -
XYZ 35.2 42.11 18.33 -
YUV 167.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 170 180 100 0.06 0 0.44 0.29 67.5 0.35 0.55
Hex AA B4 64 6 0 2C 1D 44 23 37
Octal 252 264 144 6 0 54 35 104 43 67
Binary 10101010 10110100 1100100 110 0 101100 11101 1000100 100011 110111

Color Harmonies of #AAB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB464

Black with #AAB464

Text Example


Text Example

White with #AAB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB464; }

 p { color: rgb(170,180,100); }

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

background-color css

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

 a { background-color: rgb(170,180,100); }

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

border-color css

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

 span { border-color: rgb(170,180,100); }

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