#ABB576

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

Shades of Caper #ABB576

Tints of Caper #ABB576

Color information

#ABB576 (or 0xABB576) is unknown color: approx Caper. HEX triplet: AB, B5 and 76. RGB value is (171,181,118). Sum of RGB (Red+Green+Blue) = 171+181+118=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB576 is #544A89. Grayscale: #ABABAB. Windows color (decimal): -5524106 or 7779755. OLE color: 7779755.

HSL color Cylindrical-coordinate representation of color #ABB576: hue angle of 69.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABB576 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB171181118-
CMYK0.0600.350.29
HSL69.52º29.86%58.63%-
HSV(B)69.52º34.81%70.98%-
XYZ36.5943.0123.51-
YUV170.8398.19128.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=36.38%
G=38.51%
B=25.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811180.0600.350.2969.5229.8658.63
HexABB57660231D461e3b
Octal2532651666043351063673
Binary10101011101101011110110110010001111101100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB576; }

 p { color: rgb(171,181,118); }

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

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

 a { background-color: rgb(171,181,118); }

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

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

 span { border-color: rgb(171,181,118); }

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