#ABC570

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

Shades of Caper #ABC570

Tints of Caper #ABC570

Color information

#ABC570 (or 0xABC570) is unknown color: approx Caper. HEX triplet: AB, C5 and 70. RGB value is (171,197,112). Sum of RGB (Red+Green+Blue) = 171+197+112=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC570 is #543A8F. Grayscale: #B3B3B3. Windows color (decimal): -5520016 or 7390635. OLE color: 7390635.

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

Color convert

RGB171197112-
CMYK0.1300.430.23
HSL78.35º42.29%60.59%-
HSV(B)78.35º43.15%77.25%-
XYZ39.6949.7622.84-
YUV179.5489.89121.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=35.62%
G=41.04%
B=23.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971120.1300.430.2378.3542.2960.59
HexABC570D02B174e2a3d
Octal25330516015053271165275
Binary1010101111000101111000011010101011101111001110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC570; }

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

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

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

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

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

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

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

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