#ABC585

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

Shades of Caper #ABC585

Tints of Caper #ABC585

Color information

#ABC585 (or 0xABC585) is unknown color: approx Caper. HEX triplet: AB, C5 and 85. RGB value is (171,197,133). Sum of RGB (Red+Green+Blue) = 171+197+133=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC585 is #543A7A. Grayscale: #B6B6B6. Windows color (decimal): -5519995 or 8766891. OLE color: 8766891.

HSL color Cylindrical-coordinate representation of color #ABC585: hue angle of 84.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC585 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB171197133-
CMYK0.1300.320.23
HSL84.38º35.56%64.71%-
HSV(B)84.38º32.49%77.25%-
XYZ40.9950.2829.74-
YUV181.93100.39120.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=34.13%
G=39.32%
B=26.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971330.1300.320.2384.3835.5664.71
HexABC585D02017542441
Octal253305205150402712444101
Binary101010111100010110000101110101000001011110101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC585; }

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

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

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

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

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

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

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

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