#ABC76C

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

Shades of Caper #ABC76C

Tints of Caper #ABC76C

Color information

#ABC76C (or 0xABC76C) is unknown color: approx Caper. HEX triplet: AB, C7 and 6C. RGB value is (171,199,108). Sum of RGB (Red+Green+Blue) = 171+199+108=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC76C is #543893. Grayscale: #B4B4B4. Windows color (decimal): -5519508 or 7129003. OLE color: 7129003.

HSL color Cylindrical-coordinate representation of color #ABC76C: hue angle of 78.46º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABC76C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB171199108-
CMYK0.1400.460.22
HSL78.46º44.83%60.2%-
HSV(B)78.46º45.73%78.04%-
XYZ39.9250.5921.85-
YUV180.2587.22121.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=35.77%
G=41.63%
B=22.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991080.1400.460.2278.4644.8360.2
HexABC76CE02E164e2d3c
Octal25330715416056261165574
Binary1010101111000111110110011100101110101101001110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC76C; }

 p { color: rgb(171,199,108); }

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

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

 a { background-color: rgb(171,199,108); }

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

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

 span { border-color: rgb(171,199,108); }

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