#ABC676

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

Shades of Caper #ABC676

Tints of Caper #ABC676

Color information

#ABC676 (or 0xABC676) is unknown color: approx Caper. HEX triplet: AB, C6 and 76. RGB value is (171,198,118). Sum of RGB (Red+Green+Blue) = 171+198+118=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC676 is #543989. Grayscale: #B5B5B5. Windows color (decimal): -5519754 or 7784107. OLE color: 7784107.

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

Color convert

RGB171198118-
CMYK0.1400.400.22
HSL80.25º41.24%61.96%-
HSV(B)80.25º40.4%77.65%-
XYZ40.2650.3524.74-
YUV180.8192.55121-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=35.11%
G=40.66%
B=24.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981180.1400.400.2280.2541.2461.96
HexABC676E0281650293e
Octal25330616616050261205176
Binary1010101111000110111011011100101000101101010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC676; }

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

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

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

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

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

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

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

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