#ABC27C

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

Shades of Caper #ABC27C

Tints of Caper #ABC27C

Color information

#ABC27C (or 0xABC27C) is unknown color: approx Caper. HEX triplet: AB, C2 and 7C. RGB value is (171,194,124). Sum of RGB (Red+Green+Blue) = 171+194+124=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC27C is #543D83. Grayscale: #B3B3B3. Windows color (decimal): -5520772 or 8176299. OLE color: 8176299.

HSL color Cylindrical-coordinate representation of color #ABC27C: hue angle of 79.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABC27C is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB171194124-
CMYK0.1200.360.24
HSL79.71º36.46%62.35%-
HSV(B)79.71º36.08%76.08%-
XYZ39.7248.726.37-
YUV179.1496.88122.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=34.97%
G=39.67%
B=25.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941240.1200.360.2479.7136.4662.35
HexABC27CC0241850243e
Octal25330217414044301204476
Binary1010101111000010111110011000100100110001010000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC27C; }

 p { color: rgb(171,194,124); }

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

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

 a { background-color: rgb(171,194,124); }

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

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

 span { border-color: rgb(171,194,124); }

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