Html Css Color HEX #ABAA52 Olive Green

📋 copy color: '#ABAA52'

red 171 ◦ green 170 ◦ blue 82

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

Shades of Olive Green #ABAA52

Tints of Olive Green #ABAA52

RGB

 RED value IS 171 (67.19% from 255) = 40.43%

 GREEN value IS 170 (66.8% from 255) = 40.19%

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

R = 40.43%
G = 40.19%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#ABAA52 (or 0xABAA52) is known color: Olive Green. HEX triplet: AB, AA and 52. RGB value is (171,170,82). Sum of RGB (Red+Green+Blue) = 171+170+82=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA52 is #5455AD. Grayscale: #A0A0A0. Windows color (decimal): -5526958 or 5417643. OLE color: 5417643.

HSL color Cylindrical-coordinate representation of color #ABAA52: hue angle of 59.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABAA52 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 82 -
CMYK 0 0.01 0.52 0.33
HSL 59.33º 0.35% 0.5% -
HSV(B) 59.33º 0.52% 0.67% -
XYZ 32.69 38.02 13.6 -
YUV 160.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 171 170 82 0 0.01 0.52 0.33 59.33 0.35 0.5
Hex AB AA 52 0 1 34 21 3B 23 32
Octal 253 252 122 0 1 64 41 73 43 62
Binary 10101011 10101010 1010010 0 1 110100 100001 111011 100011 110010

Color Harmonies of #ABAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA52

Black with #ABAA52

Text Example


Text Example

White with #ABAA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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