#ABC27D

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

Shades of Caper #ABC27D

Tints of Caper #ABC27D

Color information

#ABC27D (or 0xABC27D) is unknown color: approx Caper. HEX triplet: AB, C2 and 7D. RGB value is (171,194,125). Sum of RGB (Red+Green+Blue) = 171+194+125=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC27D is #543D82. Grayscale: #B3B3B3. Windows color (decimal): -5520771 or 8241835. OLE color: 8241835.

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

Color convert

RGB171194125-
CMYK0.1200.360.24
HSL80º36.13%62.55%-
HSV(B)80º35.57%76.08%-
XYZ39.7948.7226.71-
YUV179.2697.38122.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=34.90%
G=39.59%
B=25.51%

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
Decimal1711941250.1200.360.248036.1362.55
HexABC27DC0241850243f
Octal25330217514044301204477
Binary1010101111000010111110111000100100110001010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC27D; }

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

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

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

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

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

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

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

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