#ABC080

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

Shades of Caper #ABC080

Tints of Caper #ABC080

Color information

#ABC080 (or 0xABC080) is unknown color: approx Caper. HEX triplet: AB, C0 and 80. RGB value is (171,192,128). Sum of RGB (Red+Green+Blue) = 171+192+128=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC080 is #543F7F. Grayscale: #B2B2B2. Windows color (decimal): -5521280 or 8437931. OLE color: 8437931.

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

Color convert

RGB171192128-
CMYK0.1100.330.25
HSL79.69º33.68%62.75%-
HSV(B)79.69º33.33%75.29%-
XYZ39.5447.9227.59-
YUV178.4299.54122.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=34.83%
G=39.10%
B=26.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921280.1100.330.2579.6933.6862.75
HexABC080B0211950223f
Octal25330020013041311204277
Binary10101011110000001000000010110100001110011010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC080; }

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

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

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

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

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

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

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

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