#ABC387

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

Shades of Caper #ABC387

Tints of Caper #ABC387

Color information

#ABC387 (or 0xABC387) is unknown color: approx Caper. HEX triplet: AB, C3 and 87. RGB value is (171,195,135). Sum of RGB (Red+Green+Blue) = 171+195+135=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC387 is #543C78. Grayscale: #B5B5B5. Windows color (decimal): -5520505 or 8897451. OLE color: 8897451.

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

Color convert

RGB171195135-
CMYK0.1200.310.24
HSL84º33.33%64.71%-
HSV(B)84º30.77%76.47%-
XYZ40.6849.4430.32-
YUV180.98102.05120.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=34.13%
G=38.92%
B=26.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951350.1200.310.248433.3364.71
HexABC387C01F18542141
Octal253303207140373012441101
Binary10101011110000111000011111000111111100010101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC387; }

 p { color: rgb(171,195,135); }

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

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

 a { background-color: rgb(171,195,135); }

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

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

 span { border-color: rgb(171,195,135); }

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