Html Css Color HEX #AAB056 Olive Green

📋 copy color: '#AAB056'

red 170 ◦ green 176 ◦ blue 86

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

Shades of Olive Green #AAB056

Tints of Olive Green #AAB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.91%

R = 39.35%
G = 40.74%
B = 19.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AAB056 (or 0xAAB056) is known color: Olive Green. HEX triplet: AA, B0 and 56. RGB value is (170,176,86). Sum of RGB (Red+Green+Blue) = 170+176+86=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB056 is #554FA9. Grayscale: #A4A4A4. Windows color (decimal): -5590954 or 5681322. OLE color: 5681322.

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

Color convert

RGB 170 176 86 -
CMYK 0.03 0 0.51 0.31
HSL 64º 0.36% 0.51% -
HSV(B) 64º 0.51% 0.69% -
XYZ 33.78 40.27 14.8 -
YUV 163.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 170 176 86 0.03 0 0.51 0.31 64 0.36 0.51
Hex AA B0 56 3 0 33 1F 40 24 33
Octal 252 260 126 3 0 63 37 100 44 63
Binary 10101010 10110000 1010110 11 0 110011 11111 1000000 100100 110011

Color Harmonies of #AAB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB056

Black with #AAB056

Text Example


Text Example

White with #AAB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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