#ABC785

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

Shades of Caper #ABC785

Tints of Caper #ABC785

Color information

#ABC785 (or 0xABC785) is unknown color: approx Caper. HEX triplet: AB, C7 and 85. RGB value is (171,199,133). Sum of RGB (Red+Green+Blue) = 171+199+133=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC785 is #54387A. Grayscale: #B7B7B7. Windows color (decimal): -5519483 or 8767403. OLE color: 8767403.

HSL color Cylindrical-coordinate representation of color #ABC785: hue angle of 85.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC785 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB171199133-
CMYK0.1400.330.22
HSL85.45º37.08%65.1%-
HSV(B)85.45º33.17%78.04%-
XYZ41.4551.229.89-
YUV183.199.72119.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=34.00%
G=39.56%
B=26.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991330.1400.330.2285.4537.0865.1
HexABC785E02116552541
Octal253307205160412612545101
Binary101010111100011110000101111001000011011010101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC785; }

 p { color: rgb(171,199,133); }

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

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

 a { background-color: rgb(171,199,133); }

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

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

 span { border-color: rgb(171,199,133); }

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