#ABCF6E

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

Shades of Caper #ABCF6E

Tints of Caper #ABCF6E

Color information

#ABCF6E (or 0xABCF6E) is unknown color: approx Caper. HEX triplet: AB, CF and 6E. RGB value is (171,207,110). Sum of RGB (Red+Green+Blue) = 171+207+110=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF6E is #543091. Grayscale: #B9B9B9. Windows color (decimal): -5517458 or 7262123. OLE color: 7262123.

HSL color Cylindrical-coordinate representation of color #ABCF6E: hue angle of 82.27º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABCF6E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB171207110-
CMYK0.1700.470.19
HSL82.27º50.26%62.16%-
HSV(B)82.27º46.86%81.18%-
XYZ41.9254.4123.04-
YUV185.1885.57117.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=35.04%
G=42.42%
B=22.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071100.1700.470.1982.2750.2662.16
HexABCF6E1102F1352323e
Octal25331715621057231226276
Binary10101011110011111101110100010101111100111010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF6E; }

 p { color: rgb(171,207,110); }

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

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

 a { background-color: rgb(171,207,110); }

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

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

 span { border-color: rgb(171,207,110); }

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