#ABBF7F

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

Shades of Caper #ABBF7F

Tints of Caper #ABBF7F

Color information

#ABBF7F (or 0xABBF7F) is unknown color: approx Caper. HEX triplet: AB, BF and 7F. RGB value is (171,191,127). Sum of RGB (Red+Green+Blue) = 171+191+127=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF7F is #544080. Grayscale: #B1B1B1. Windows color (decimal): -5521537 or 8372139. OLE color: 8372139.

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

Color convert

RGB171191127-
CMYK0.1000.340.25
HSL78.75º33.33%62.35%-
HSV(B)78.75º33.51%74.9%-
XYZ39.2647.4527.17-
YUV177.7299.37123.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 127 (50% from 255) = 25.97%
R=34.97%
G=39.06%
B=25.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911270.1000.340.2578.7533.3362.35
HexABBF7FA022194f213e
Octal25327717712042311174176
Binary1010101110111111111111110100100010110011001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF7F; }

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

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

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

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

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

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

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

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