#ABC584

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

Shades of Caper #ABC584

Tints of Caper #ABC584

Color information

#ABC584 (or 0xABC584) is unknown color: approx Caper. HEX triplet: AB, C5 and 84. RGB value is (171,197,132). Sum of RGB (Red+Green+Blue) = 171+197+132=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC584 is #543A7B. Grayscale: #B6B6B6. Windows color (decimal): -5519996 or 8701355. OLE color: 8701355.

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

Color convert

RGB171197132-
CMYK0.1300.330.23
HSL84º35.91%64.51%-
HSV(B)84º32.99%77.25%-
XYZ40.9350.2629.37-
YUV181.8299.89120.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=34.2%
G=39.4%
B=26.4%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971320.1300.330.238435.9164.51
HexABC584D02117542441
Octal253305204150412712444101
Binary101010111100010110000100110101000011011110101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC584; }

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

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

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

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

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

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

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

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