#ABC576

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

Shades of Caper #ABC576

Tints of Caper #ABC576

Color information

#ABC576 (or 0xABC576) is unknown color: approx Caper. HEX triplet: AB, C5 and 76. RGB value is (171,197,118). Sum of RGB (Red+Green+Blue) = 171+197+118=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC576 is #543A89. Grayscale: #B4B4B4. Windows color (decimal): -5520010 or 7783851. OLE color: 7783851.

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

Color convert

RGB171197118-
CMYK0.1300.400.23
HSL79.75º40.51%61.76%-
HSV(B)79.75º40.1%77.25%-
XYZ40.0349.924.66-
YUV180.2292.89121.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=35.19%
G=40.53%
B=24.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971180.1300.400.2379.7540.5161.76
HexABC576D0281750293e
Octal25330516615050271205176
Binary1010101111000101111011011010101000101111010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC576; }

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

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

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

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

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

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

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

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