Html Css Color HEX #AAB252 Olive Green

📋 copy color: '#AAB252'

red 170 ◦ green 178 ◦ blue 82

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

Shades of Olive Green #AAB252

Tints of Olive Green #AAB252

RGB

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

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

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

R = 39.53%
G = 41.4%
B = 19.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#AAB252 (or 0xAAB252) is known color: Olive Green. HEX triplet: AA, B2 and 52. RGB value is (170,178,82). Sum of RGB (Red+Green+Blue) = 170+178+82=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB252 is #554DAD. Grayscale: #A5A5A5. Windows color (decimal): -5590446 or 5419690. OLE color: 5419690.

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

Color convert

RGB 170 178 82 -
CMYK 0.04 0 0.54 0.30
HSL 65º 0.38% 0.51% -
HSV(B) 65º 0.54% 0.7% -
XYZ 34.02 41 14.1 -
YUV 164.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 170 178 82 0.04 0 0.54 0.30 65 0.38 0.51
Hex AA B2 52 4 0 36 1E 41 26 33
Octal 252 262 122 4 0 66 36 101 46 63
Binary 10101010 10110010 1010010 100 0 110110 11110 1000001 100110 110011

Color Harmonies of #AAB252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB252

Black with #AAB252

Text Example


Text Example

White with #AAB252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB252; }

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

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

background-color css

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

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

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

border-color css

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

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

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