#ABB582

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

Shades of Caper #ABB582

Tints of Caper #ABB582

Color information

#ABB582 (or 0xABB582) is unknown color: approx Caper. HEX triplet: AB, B5 and 82. RGB value is (171,181,130). Sum of RGB (Red+Green+Blue) = 171+181+130=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB582 is #544A7D. Grayscale: #ACACAC. Windows color (decimal): -5524094 or 8566187. OLE color: 8566187.

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

Color convert

RGB171181130-
CMYK0.0600.280.29
HSL71.76º25.63%60.98%-
HSV(B)71.76º28.18%70.98%-
XYZ37.3543.3227.51-
YUV172.2104.19127.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=35.48%
G=37.55%
B=26.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811300.0600.280.2971.7625.6360.98
HexABB582601C1D481a3d
Octal2532652026034351103275
Binary10101011101101011000001011001110011101100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB582; }

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

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

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

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

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

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

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

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