#BACF7E

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

Shades of Caper #BACF7E

Tints of Caper #BACF7E

Color information

#BACF7E (or 0xBACF7E) is unknown color: approx Caper. HEX triplet: BA, CF and 7E. RGB value is (186,207,126). Sum of RGB (Red+Green+Blue) = 186+207+126=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF7E is #453081. Grayscale: #BFBFBF. Windows color (decimal): -4534402 or 8310714. OLE color: 8310714.

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

Color convert

RGB186207126-
CMYK0.1000.390.19
HSL75.56º45.76%65.29%-
HSV(B)75.56º39.13%81.18%-
XYZ46.3356.5728.22-
YUV191.4991.04124.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=35.84%
G=39.88%
B=24.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071260.1000.390.1975.5645.7665.29
HexBACF7EA027134c2e41
Octal272317176120472311456101
Binary10111010110011111111110101001001111001110011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF7E; }

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

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

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

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

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

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

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

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