#ABB988

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

Shades of Caper #ABB988

Tints of Caper #ABB988

Color information

#ABB988 (or 0xABB988) is unknown color: approx Caper. HEX triplet: AB, B9 and 88. RGB value is (171,185,136). Sum of RGB (Red+Green+Blue) = 171+185+136=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB988 is #544677. Grayscale: #AFAFAF. Windows color (decimal): -5523064 or 8960427. OLE color: 8960427.

HSL color Cylindrical-coordinate representation of color #ABB988: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABB988 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB171185136-
CMYK0.0800.260.27
HSL77.14º25.93%62.94%-
HSV(B)77.14º26.49%72.55%-
XYZ38.5945.1329.97-
YUV175.23105.86124.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=34.76%
G=37.60%
B=27.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851360.0800.260.2777.1425.9362.94
HexABB988801A1B4d1a3f
Octal25327121010032331153277
Binary101010111011100110001000100001101011011100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB988; }

 p { color: rgb(171,185,136); }

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

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

 a { background-color: rgb(171,185,136); }

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

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

 span { border-color: rgb(171,185,136); }

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