#ABC96E

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

Shades of Caper #ABC96E

Tints of Caper #ABC96E

Color information

#ABC96E (or 0xABC96E) is unknown color: approx Caper. HEX triplet: AB, C9 and 6E. RGB value is (171,201,110). Sum of RGB (Red+Green+Blue) = 171+201+110=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC96E is #543691. Grayscale: #B5B5B5. Windows color (decimal): -5518994 or 7260587. OLE color: 7260587.

HSL color Cylindrical-coordinate representation of color #ABC96E: hue angle of 79.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC96E is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB171201110-
CMYK0.1500.450.21
HSL79.78º45.73%60.98%-
HSV(B)79.78º45.27%78.82%-
XYZ40.551.5622.57-
YUV181.6687.56120.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=35.48%
G=41.70%
B=22.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011100.1500.450.2179.7845.7360.98
HexABC96EF02D15502e3d
Octal25331115617055251205675
Binary1010101111001001110111011110101101101011010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC96E; }

 p { color: rgb(171,201,110); }

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

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

 a { background-color: rgb(171,201,110); }

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

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

 span { border-color: rgb(171,201,110); }

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