#ABC871

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

Shades of Caper #ABC871

Tints of Caper #ABC871

Color information

#ABC871 (or 0xABC871) is unknown color: approx Caper. HEX triplet: AB, C8 and 71. RGB value is (171,200,113). Sum of RGB (Red+Green+Blue) = 171+200+113=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC871 is #54378E. Grayscale: #B5B5B5. Windows color (decimal): -5519247 or 7456939. OLE color: 7456939.

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

Color convert

RGB171200113-
CMYK0.1400.440.22
HSL80º44.16%61.37%-
HSV(B)80º43.5%78.43%-
XYZ40.4351.1623.37-
YUV181.4189.39120.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=35.33%
G=41.32%
B=23.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001130.1400.440.228044.1661.37
HexABC871E02C16502c3d
Octal25331016116054261205475
Binary1010101111001000111000111100101100101101010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC871; }

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

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

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

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

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

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

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

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