#ABCA7E

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

Shades of Caper #ABCA7E

Tints of Caper #ABCA7E

Color information

#ABCA7E (or 0xABCA7E) is unknown color: approx Caper. HEX triplet: AB, CA and 7E. RGB value is (171,202,126). Sum of RGB (Red+Green+Blue) = 171+202+126=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA7E is #543581. Grayscale: #B8B8B8. Windows color (decimal): -5518722 or 8309419. OLE color: 8309419.

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

Color convert

RGB171202126-
CMYK0.1500.380.21
HSL84.47º41.76%64.31%-
HSV(B)84.47º37.62%79.22%-
XYZ41.6852.4127.66-
YUV184.0795.23118.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=34.27%
G=40.48%
B=25.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021260.1500.380.2184.4741.7664.31
HexABCA7EF02615542a40
Octal253312176170462512452100
Binary10101011110010101111110111101001101010110101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA7E; }

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

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

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

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

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

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

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

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