#ABC286

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

Shades of Caper #ABC286

Tints of Caper #ABC286

Color information

#ABC286 (or 0xABC286) is unknown color: approx Caper. HEX triplet: AB, C2 and 86. RGB value is (171,194,134). Sum of RGB (Red+Green+Blue) = 171+194+134=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC286 is #543D79. Grayscale: #B4B4B4. Windows color (decimal): -5520762 or 8831659. OLE color: 8831659.

HSL color Cylindrical-coordinate representation of color #ABC286: hue angle of 83º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC286 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB171194134-
CMYK0.1200.310.24
HSL83º32.97%64.31%-
HSV(B)83º30.93%76.08%-
XYZ40.3948.9629.88-
YUV180.28101.88121.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=34.27%
G=38.88%
B=26.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941340.1200.310.248332.9764.31
HexABC286C01F18532140
Octal253302206140373012341100
Binary10101011110000101000011011000111111100010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC286; }

 p { color: rgb(171,194,134); }

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

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

 a { background-color: rgb(171,194,134); }

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

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

 span { border-color: rgb(171,194,134); }

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