#ABBF86

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

Shades of Caper #ABBF86

Tints of Caper #ABBF86

Color information

#ABBF86 (or 0xABBF86) is unknown color: approx Caper. HEX triplet: AB, BF and 86. RGB value is (171,191,134). Sum of RGB (Red+Green+Blue) = 171+191+134=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF86 is #544079. Grayscale: #B2B2B2. Windows color (decimal): -5521530 or 8830891. OLE color: 8830891.

HSL color Cylindrical-coordinate representation of color #ABBF86: hue angle of 81.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBF86 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB171191134-
CMYK0.1000.300.25
HSL81.05º30.81%63.73%-
HSV(B)81.05º29.84%74.9%-
XYZ39.7347.6429.66-
YUV178.52102.87122.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=34.48%
G=38.51%
B=27.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911340.1000.300.2581.0530.8163.73
HexABBF86A01E19511f40
Octal253277206120363112137100
Binary1010101110111111100001101010011110110011010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF86; }

 p { color: rgb(171,191,134); }

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

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

 a { background-color: rgb(171,191,134); }

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

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

 span { border-color: rgb(171,191,134); }

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