#BACF7C

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

Shades of Caper #BACF7C

Tints of Caper #BACF7C

Color information

#BACF7C (or 0xBACF7C) is unknown color: approx Caper. HEX triplet: BA, CF and 7C. RGB value is (186,207,124). Sum of RGB (Red+Green+Blue) = 186+207+124=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF7C is #453083. Grayscale: #BFBFBF. Windows color (decimal): -4534404 or 8179642. OLE color: 8179642.

HSL color Cylindrical-coordinate representation of color #BACF7C: hue angle of 75.18º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BACF7C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB186207124-
CMYK0.1000.400.19
HSL75.18º46.37%64.9%-
HSV(B)75.18º40.1%81.18%-
XYZ46.256.5227.54-
YUV191.2690.04124.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=35.98%
G=40.04%
B=23.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071240.1000.400.1975.1846.3764.9
HexBACF7CA028134b2e41
Octal272317174120502311356101
Binary10111010110011111111100101001010001001110010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF7C; }

 p { color: rgb(186,207,124); }

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

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

 a { background-color: rgb(186,207,124); }

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

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

 span { border-color: rgb(186,207,124); }

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