#ABBD88

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

Shades of Caper #ABBD88

Tints of Caper #ABBD88

Color information

#ABBD88 (or 0xABBD88) is unknown color: approx Caper. HEX triplet: AB, BD and 88. RGB value is (171,189,136). Sum of RGB (Red+Green+Blue) = 171+189+136=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD88 is #544277. Grayscale: #B1B1B1. Windows color (decimal): -5522040 or 8961451. OLE color: 8961451.

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

Color convert

RGB171189136-
CMYK0.1000.280.26
HSL80.38º28.65%63.73%-
HSV(B)80.38º28.04%74.12%-
XYZ39.4446.8330.25-
YUV177.58104.54123.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=34.48%
G=38.10%
B=27.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891360.1000.280.2680.3828.6563.73
HexABBD88A01C1A501d40
Octal253275210120343212035100
Binary1010101110111101100010001010011100110101010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD88; }

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

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

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

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

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

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

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

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