#ABC882

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

Shades of Caper #ABC882

Tints of Caper #ABC882

Color information

#ABC882 (or 0xABC882) is unknown color: approx Caper. HEX triplet: AB, C8 and 82. RGB value is (171,200,130). Sum of RGB (Red+Green+Blue) = 171+200+130=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC882 is #54377D. Grayscale: #B7B7B7. Windows color (decimal): -5519230 or 8571051. OLE color: 8571051.

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

Color convert

RGB171200130-
CMYK0.1400.350.22
HSL84.86º38.89%64.71%-
HSV(B)84.86º35%78.43%-
XYZ41.4851.5828.89-
YUV183.3597.89119.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=34.13%
G=39.92%
B=25.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001300.1400.350.2284.8638.8964.71
HexABC882E02316552741
Octal253310202160432612547101
Binary101010111100100010000010111001000111011010101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC882; }

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

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

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

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

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

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

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

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