#ABC478

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

Shades of Caper #ABC478

Tints of Caper #ABC478

Color information

#ABC478 (or 0xABC478) is unknown color: approx Caper. HEX triplet: AB, C4 and 78. RGB value is (171,196,120). Sum of RGB (Red+Green+Blue) = 171+196+120=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC478 is #543B87. Grayscale: #B4B4B4. Windows color (decimal): -5520264 or 7914667. OLE color: 7914667.

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

Color convert

RGB171196120-
CMYK0.1300.390.23
HSL79.74º39.18%61.96%-
HSV(B)79.74º38.78%76.86%-
XYZ39.9249.4925.22-
YUV179.8694.22121.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=35.11%
G=40.25%
B=24.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961200.1300.390.2379.7439.1861.96
HexABC478D0271750273e
Octal25330417015047271204776
Binary1010101111000100111100011010100111101111010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC478; }

 p { color: rgb(171,196,120); }

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

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

 a { background-color: rgb(171,196,120); }

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

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

 span { border-color: rgb(171,196,120); }

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