Html Css Color HEX #AAAB54 Olive Green

📋 copy color: '#AAAB54'

red 170 ◦ green 171 ◦ blue 84

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

Shades of Olive Green #AAAB54

Tints of Olive Green #AAAB54

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

 BLUE value IS 84 (33.2% from 255) = 19.76%

R = 40%
G = 40.24%
B = 19.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AAAB54 (or 0xAAAB54) is known color: Olive Green. HEX triplet: AA, AB and 54. RGB value is (170,171,84). Sum of RGB (Red+Green+Blue) = 170+171+84=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB54 is #5554AB. Grayscale: #A1A1A1. Windows color (decimal): -5592236 or 5548970. OLE color: 5548970.

HSL color Cylindrical-coordinate representation of color #AAAB54: hue angle of 60.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAAB54 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 84 -
CMYK 0.01 0 0.51 0.33
HSL 60.69º 0.34% 0.5% -
HSV(B) 60.69º 0.51% 0.67% -
XYZ 32.74 38.31 14.06 -
YUV 160.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 170 171 84 0.01 0 0.51 0.33 60.69 0.34 0.5
Hex AA AB 54 1 0 33 21 3D 22 32
Octal 252 253 124 1 0 63 41 75 42 62
Binary 10101010 10101011 1010100 1 0 110011 100001 111101 100010 110010

Color Harmonies of #AAAB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB54

Black with #AAAB54

Text Example


Text Example

White with #AAAB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB54; }

 p { color: rgb(170,171,84); }

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

background-color css

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

 a { background-color: rgb(170,171,84); }

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

border-color css

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

 span { border-color: rgb(170,171,84); }

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