#ABCA6E

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

Shades of Caper #ABCA6E

Tints of Caper #ABCA6E

Color information

#ABCA6E (or 0xABCA6E) is unknown color: approx Caper. HEX triplet: AB, CA and 6E. RGB value is (171,202,110). Sum of RGB (Red+Green+Blue) = 171+202+110=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA6E is #543591. Grayscale: #B6B6B6. Windows color (decimal): -5518738 or 7260843. OLE color: 7260843.

HSL color Cylindrical-coordinate representation of color #ABCA6E: hue angle of 80.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABCA6E is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB171202110-
CMYK0.1500.460.21
HSL80.22º46.46%61.18%-
HSV(B)80.22º45.54%79.22%-
XYZ40.7352.0222.65-
YUV182.2487.23119.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=35.40%
G=41.82%
B=22.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021100.1500.460.2180.2246.4661.18
HexABCA6EF02E15502e3d
Octal25331215617056251205675
Binary1010101111001010110111011110101110101011010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA6E; }

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

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

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

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

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

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

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

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