#ABC26D

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

Shades of Caper #ABC26D

Tints of Caper #ABC26D

Color information

#ABC26D (or 0xABC26D) is unknown color: approx Caper. HEX triplet: AB, C2 and 6D. RGB value is (171,194,109). Sum of RGB (Red+Green+Blue) = 171+194+109=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC26D is #543D92. Grayscale: #B1B1B1. Windows color (decimal): -5520787 or 7193259. OLE color: 7193259.

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

Color convert

RGB171194109-
CMYK0.1200.440.24
HSL76.24º41.06%59.41%-
HSV(B)76.24º43.81%76.08%-
XYZ38.8548.3521.75-
YUV177.4389.38123.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 194 (76.17% from 255) = 40.93%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=36.08%
G=40.93%
B=23.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941090.1200.440.2476.2441.0659.41
HexABC26DC02C184c293b
Octal25330215514054301145173
Binary1010101111000010110110111000101100110001001100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC26D; }

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

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

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

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

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

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

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

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