#abbf80

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

Shades of Caper #ABBF80

Tints of Caper #ABBF80

Color information

#ABBF80 (or 0xABBF80) is unknown color: approx Caper. HEX triplet: AB, BF and 80. RGB value is (171,191,128). Sum of RGB (Red+Green+Blue) = 171+191+128=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF80 is #54407F. Grayscale: #B2B2B2. Windows color (decimal): -5521536 or 8437675. OLE color: 8437675.

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

Color convert

RGB171191128-
CMYK0.1000.330.25
HSL79.05º32.98%62.55%-
HSV(B)79.05º32.98%74.9%-
XYZ39.3247.4827.51-
YUV177.8499.87123.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=34.90%
G=38.98%
B=26.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911280.1000.330.2579.0532.9862.55
HexABBF80A021194f213f
Octal25327720012041311174177
Binary10101011101111111000000010100100001110011001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abbf80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abbf80; }

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

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

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

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

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

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

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

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