#BACD8F

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

Shades of Sprout #BACD8F

Tints of Sprout #BACD8F

Color information

#BACD8F (or 0xBACD8F) is unknown color: approx Sprout. HEX triplet: BA, CD and 8F. RGB value is (186,205,143). Sum of RGB (Red+Green+Blue) = 186+205+143=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8F is #453270. Grayscale: #C0C0C0. Windows color (decimal): -4534897 or 9424314. OLE color: 9424314.

HSL color Cylindrical-coordinate representation of color #BACD8F: hue angle of 78.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BACD8F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB186205143-
CMYK0.0900.300.20
HSL78.39º38.27%68.24%-
HSV(B)78.39º30.24%80.39%-
XYZ47.0456.0834.33-
YUV192.25100.21123.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=34.83%
G=38.39%
B=26.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051430.0900.300.2078.3938.2768.24
HexBACD8F901E144e2644
Octal272315217110362411646104
Binary10111010110011011000111110010111101010010011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD8F; }

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

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

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

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

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

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

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

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