Html Css Color HEX #AAB053 Olive Green

📋 copy color: '#AAB053'

red 170 ◦ green 176 ◦ blue 83

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

Shades of Olive Green #AAB053

Tints of Olive Green #AAB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 83 (32.81% from 255) = 19.35%

R = 39.63%
G = 41.03%
B = 19.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AAB053 (or 0xAAB053) is known color: Olive Green. HEX triplet: AA, B0 and 53. RGB value is (170,176,83). Sum of RGB (Red+Green+Blue) = 170+176+83=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB053 is #554FAC. Grayscale: #A3A3A3. Windows color (decimal): -5590957 or 5484714. OLE color: 5484714.

HSL color Cylindrical-coordinate representation of color #AAB053: hue angle of 63.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAB053 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 83 -
CMYK 0.03 0 0.53 0.31
HSL 63.87º 0.37% 0.51% -
HSV(B) 63.87º 0.53% 0.69% -
XYZ 33.66 40.22 14.17 -
YUV 163.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 170 176 83 0.03 0 0.53 0.31 63.87 0.37 0.51
Hex AA B0 53 3 0 35 1F 40 25 33
Octal 252 260 123 3 0 65 37 100 45 63
Binary 10101010 10110000 1010011 11 0 110101 11111 1000000 100101 110011

Color Harmonies of #AAB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB053

Black with #AAB053

Text Example


Text Example

White with #AAB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB053; }

 p { color: rgb(170,176,83); }

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

background-color css

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

 a { background-color: rgb(170,176,83); }

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

border-color css

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

 span { border-color: rgb(170,176,83); }

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