#ABC572

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

Shades of Caper #ABC572

Tints of Caper #ABC572

Color information

#ABC572 (or 0xABC572) is unknown color: approx Caper. HEX triplet: AB, C5 and 72. RGB value is (171,197,114). Sum of RGB (Red+Green+Blue) = 171+197+114=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC572 is #543A8D. Grayscale: #B4B4B4. Windows color (decimal): -5520014 or 7521707. OLE color: 7521707.

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

Color convert

RGB171197114-
CMYK0.1300.420.23
HSL78.8º41.71%60.98%-
HSV(B)78.8º42.13%77.25%-
XYZ39.849.8123.44-
YUV179.7690.89121.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=35.48%
G=40.87%
B=23.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971140.1300.420.2378.841.7160.98
HexABC572D02A174f2a3d
Octal25330516215052271175275
Binary1010101111000101111001011010101010101111001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC572; }

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

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

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

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

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

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

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

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