#ABC180

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

Shades of Caper #ABC180

Tints of Caper #ABC180

Color information

#ABC180 (or 0xABC180) is unknown color: approx Caper. HEX triplet: AB, C1 and 80. RGB value is (171,193,128). Sum of RGB (Red+Green+Blue) = 171+193+128=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC180 is #543E7F. Grayscale: #B3B3B3. Windows color (decimal): -5521024 or 8438187. OLE color: 8438187.

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

Color convert

RGB171193128-
CMYK0.1100.340.24
HSL80.31º34.39%62.94%-
HSV(B)80.31º33.68%75.69%-
XYZ39.7648.3627.66-
YUV179.0199.21122.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=34.76%
G=39.23%
B=26.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931280.1100.340.2480.3134.3962.94
HexABC180B0221850223f
Octal25330120013042301204277
Binary10101011110000011000000010110100010110001010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC180; }

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

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

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

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

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

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

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

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