#ABB052

Color #ABB052 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ABB052

Tints of Olive Green #ABB052

Color information

#ABB052 (or 0xABB052) is unknown color: approx Olive Green. HEX triplet: AB, B0 and 52. RGB value is (171,176,82). Sum of RGB (Red+Green+Blue) = 171+176+82=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB052 is #544FAD. Grayscale: #A4A4A4. Windows color (decimal): -5525422 or 5419179. OLE color: 5419179.

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

Color convert

RGB17117682-
CMYK0.0300.530.31
HSL63.19º37.3%50.59%-
HSV(B)63.19º53.41%69.02%-
XYZ33.8440.3213.98-
YUV163.7981.84133.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=39.86%
G=41.03%
B=19.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176820.0300.530.3163.1937.350.59
HexABB05230351F3f2533
Octal253260122306537774563
Binary1010101110110000101001011011010111111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB052; }

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

 H1.HeaderClassName
 {
   color: #ABB052;
 }
 .AnyTagClassName
 {
   color: #ABB052;
 }
</style>
background-color css

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

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

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

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

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

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