#ABC97D

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

Shades of Caper #ABC97D

Tints of Caper #ABC97D

Color information

#ABC97D (or 0xABC97D) is unknown color: approx Caper. HEX triplet: AB, C9 and 7D. RGB value is (171,201,125). Sum of RGB (Red+Green+Blue) = 171+201+125=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC97D is #543682. Grayscale: #B7B7B7. Windows color (decimal): -5518979 or 8243627. OLE color: 8243627.

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

Color convert

RGB171201125-
CMYK0.1500.380.21
HSL83.68º41.3%63.92%-
HSV(B)83.68º37.81%78.82%-
XYZ41.3851.9127.24-
YUV183.3795.06119.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=34.41%
G=40.44%
B=25.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011250.1500.380.2183.6841.363.92
HexABC97DF02615542940
Octal253311175170462512451100
Binary10101011110010011111101111101001101010110101001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC97D; }

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

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

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

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

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

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

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

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