#BACF8F

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

Shades of Sprout #BACF8F

Tints of Sprout #BACF8F

Color information

#BACF8F (or 0xBACF8F) is unknown color: approx Sprout. HEX triplet: BA, CF and 8F. RGB value is (186,207,143). Sum of RGB (Red+Green+Blue) = 186+207+143=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF8F is #453070. Grayscale: #C1C1C1. Windows color (decimal): -4534385 or 9424826. OLE color: 9424826.

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

Color convert

RGB186207143-
CMYK0.1000.310.19
HSL79.69º40%68.63%-
HSV(B)79.69º30.92%81.18%-
XYZ47.5257.0534.49-
YUV193.4299.54122.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=34.70%
G=38.62%
B=26.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071430.1000.310.1979.694068.63
HexBACF8FA01F13502845
Octal272317217120372312050105
Binary10111010110011111000111110100111111001110100001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF8F; }

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

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

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

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

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

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

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

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