#BCDE93

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

Shades of Sprout #BCDE93

Tints of Sprout #BCDE93

Color information

#BCDE93 (or 0xBCDE93) is unknown color: approx Sprout. HEX triplet: BC, DE and 93. RGB value is (188,222,147). Sum of RGB (Red+Green+Blue) = 188+222+147=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE93 is #43216C. Grayscale: #CBCBCB. Windows color (decimal): -4399469 or 9690812. OLE color: 9690812.

HSL color Cylindrical-coordinate representation of color #BCDE93: hue angle of 87.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDE93 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB188222147-
CMYK0.1500.340.13
HSL87.2º53.19%72.35%-
HSV(B)87.2º33.78%87.06%-
XYZ52.1365.0437.41-
YUV203.2896.24117.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=33.75%
G=39.86%
B=26.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221470.1500.340.1387.253.1972.35
HexBCDE93F022D573548
Octal274336223170421512765110
Binary10111100110111101001001111110100010110110101111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE93; }

 p { color: rgb(188,222,147); }

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

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

 a { background-color: rgb(188,222,147); }

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

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

 span { border-color: rgb(188,222,147); }

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