Html Css Color HEX #AAB152 Olive Green

📋 copy color: '#AAB152'

red 170 ◦ green 177 ◦ blue 82

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

Shades of Olive Green #AAB152

Tints of Olive Green #AAB152

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 39.63%
G = 41.26%
B = 19.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AAB152 (or 0xAAB152) is known color: Olive Green. HEX triplet: AA, B1 and 52. RGB value is (170,177,82). Sum of RGB (Red+Green+Blue) = 170+177+82=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB152 is #554EAD. Grayscale: #A4A4A4. Windows color (decimal): -5590702 or 5419434. OLE color: 5419434.

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

Color convert

RGB 170 177 82 -
CMYK 0.04 0 0.54 0.31
HSL 64.42º 0.38% 0.51% -
HSV(B) 64.42º 0.54% 0.69% -
XYZ 33.82 40.6 14.04 -
YUV 164.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 170 177 82 0.04 0 0.54 0.31 64.42 0.38 0.51
Hex AA B1 52 4 0 36 1F 40 26 33
Octal 252 261 122 4 0 66 37 100 46 63
Binary 10101010 10110001 1010010 100 0 110110 11111 1000000 100110 110011

Color Harmonies of #AAB152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB152

Black with #AAB152

Text Example


Text Example

White with #AAB152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB152; }

 p { color: rgb(170,177,82); }

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

background-color css

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

 a { background-color: rgb(170,177,82); }

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

border-color css

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

 span { border-color: rgb(170,177,82); }

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