#ABC56D

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

Shades of Caper #ABC56D

Tints of Caper #ABC56D

Color information

#ABC56D (or 0xABC56D) is unknown color: approx Caper. HEX triplet: AB, C5 and 6D. RGB value is (171,197,109). Sum of RGB (Red+Green+Blue) = 171+197+109=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC56D is #543A92. Grayscale: #B3B3B3. Windows color (decimal): -5520019 or 7194027. OLE color: 7194027.

HSL color Cylindrical-coordinate representation of color #ABC56D: hue angle of 77.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC56D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB171197109-
CMYK0.1300.450.23
HSL77.73º43.14%60%-
HSV(B)77.73º44.67%77.25%-
XYZ39.5249.6921.98-
YUV179.1988.39122.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=35.85%
G=41.30%
B=22.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971090.1300.450.2377.7343.1460
HexABC56DD02D174e2b3c
Octal25330515515055271165374
Binary1010101111000101110110111010101101101111001110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC56D; }

 p { color: rgb(171,197,109); }

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

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

 a { background-color: rgb(171,197,109); }

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

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

 span { border-color: rgb(171,197,109); }

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