#ABC56C

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

Shades of Caper #ABC56C

Tints of Caper #ABC56C

Color information

#ABC56C (or 0xABC56C) is unknown color: approx Caper. HEX triplet: AB, C5 and 6C. RGB value is (171,197,108). Sum of RGB (Red+Green+Blue) = 171+197+108=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC56C is #543A93. Grayscale: #B3B3B3. Windows color (decimal): -5520020 or 7128491. OLE color: 7128491.

HSL color Cylindrical-coordinate representation of color #ABC56C: hue angle of 77.53º 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 #ABC56C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB171197108-
CMYK0.1300.450.23
HSL77.53º43.41%59.8%-
HSV(B)77.53º45.18%77.25%-
XYZ39.4749.6721.7-
YUV179.0887.89122.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 197 (77.34% from 255) = 41.39%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=35.92%
G=41.39%
B=22.69%

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
Decimal1711971080.1300.450.2377.5343.4159.8
HexABC56CD02D174e2b3c
Octal25330515415055271165374
Binary1010101111000101110110011010101101101111001110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC56C; }

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

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

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

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

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

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

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

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