#ABBB8D

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

Shades of Caper #ABBB8D

Tints of Caper #ABBB8D

Color information

#ABBB8D (or 0xABBB8D) is unknown color: approx Caper. HEX triplet: AB, BB and 8D. RGB value is (171,187,141). Sum of RGB (Red+Green+Blue) = 171+187+141=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB8D is #544472. Grayscale: #B1B1B1. Windows color (decimal): -5522547 or 9288619. OLE color: 9288619.

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

Color convert

RGB171187141-
CMYK0.0900.250.27
HSL80.87º25.27%64.31%-
HSV(B)80.87º24.6%73.33%-
XYZ39.3746.1232.03-
YUV176.97107.7123.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=34.27%
G=37.47%
B=28.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871410.0900.250.2780.8725.2764.31
HexABBB8D90191B511940
Octal253273215110313312131100
Binary1010101110111011100011011001011001110111010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB8D; }

 p { color: rgb(171,187,141); }

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

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

 a { background-color: rgb(171,187,141); }

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

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

 span { border-color: rgb(171,187,141); }

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