#ABC884

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

Shades of Caper #ABC884

Tints of Caper #ABC884

Color information

#ABC884 (or 0xABC884) is unknown color: approx Caper. HEX triplet: AB, C8 and 84. RGB value is (171,200,132). Sum of RGB (Red+Green+Blue) = 171+200+132=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC884 is #54377B. Grayscale: #B7B7B7. Windows color (decimal): -5519228 or 8702123. OLE color: 8702123.

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

Color convert

RGB171200132-
CMYK0.1400.340.22
HSL85.59º38.2%65.1%-
HSV(B)85.59º34%78.43%-
XYZ41.6151.6329.6-
YUV183.5898.89119.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=34.00%
G=39.76%
B=26.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001320.1400.340.2285.5938.265.1
HexABC884E02216562641
Octal253310204160422612646101
Binary101010111100100010000100111001000101011010101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC884; }

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

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

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

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

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

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

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

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