#ABC07D

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

Shades of Caper #ABC07D

Tints of Caper #ABC07D

Color information

#ABC07D (or 0xABC07D) is unknown color: approx Caper. HEX triplet: AB, C0 and 7D. RGB value is (171,192,125). Sum of RGB (Red+Green+Blue) = 171+192+125=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC07D is #543F82. Grayscale: #B2B2B2. Windows color (decimal): -5521283 or 8241323. OLE color: 8241323.

HSL color Cylindrical-coordinate representation of color #ABC07D: hue angle of 78.81º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABC07D is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB171192125-
CMYK0.1100.350.25
HSL78.81º34.72%62.16%-
HSV(B)78.81º34.9%75.29%-
XYZ39.3547.8426.56-
YUV178.0898.04122.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=35.04%
G=39.34%
B=25.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921250.1100.350.2578.8134.7262.16
HexABC07DB023194f233e
Octal25330017513043311174376
Binary1010101111000000111110110110100011110011001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC07D; }

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

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

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

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

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

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

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

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