Html Css Color HEX #AAB257 Olive Green

📋 copy color: '#AAB257'

red 170 ◦ green 178 ◦ blue 87

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

Shades of Olive Green #AAB257

Tints of Olive Green #AAB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 87 (34.38% from 255) = 20%

R = 39.08%
G = 40.92%
B = 20%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#AAB257 (or 0xAAB257) is known color: Olive Green. HEX triplet: AA, B2 and 57. RGB value is (170,178,87). Sum of RGB (Red+Green+Blue) = 170+178+87=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB257 is #554DA8. Grayscale: #A5A5A5. Windows color (decimal): -5590441 or 5747370. OLE color: 5747370.

HSL color Cylindrical-coordinate representation of color #AAB257: hue angle of 65.27º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB257 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 87 -
CMYK 0.04 0 0.51 0.30
HSL 65.27º 0.37% 0.52% -
HSV(B) 65.27º 0.51% 0.7% -
XYZ 34.22 41.07 15.14 -
YUV 165.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 170 178 87 0.04 0 0.51 0.30 65.27 0.37 0.52
Hex AA B2 57 4 0 33 1E 41 25 34
Octal 252 262 127 4 0 63 36 101 45 64
Binary 10101010 10110010 1010111 100 0 110011 11110 1000001 100101 110100

Color Harmonies of #AAB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB257

Black with #AAB257

Text Example


Text Example

White with #AAB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB257; }

 p { color: rgb(170,178,87); }

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

background-color css

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

 a { background-color: rgb(170,178,87); }

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

border-color css

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

 span { border-color: rgb(170,178,87); }

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