#ABC185

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

Shades of Caper #ABC185

Tints of Caper #ABC185

Color information

#ABC185 (or 0xABC185) is unknown color: approx Caper. HEX triplet: AB, C1 and 85. RGB value is (171,193,133). Sum of RGB (Red+Green+Blue) = 171+193+133=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC185 is #543E7A. Grayscale: #B3B3B3. Windows color (decimal): -5521019 or 8765867. OLE color: 8765867.

HSL color Cylindrical-coordinate representation of color #ABC185: hue angle of 82º 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 #ABC185 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB171193133-
CMYK0.1100.310.24
HSL82º32.61%63.92%-
HSV(B)82º31.09%75.69%-
XYZ40.148.4929.44-
YUV179.58101.71121.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=34.41%
G=38.83%
B=26.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931330.1100.310.248232.6163.92
HexABC185B01F18522140
Octal253301205130373012241100
Binary10101011110000011000010110110111111100010100101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC185; }

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

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

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

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

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

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

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

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