#BCD394

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

Shades of Sprout #BCD394

Tints of Sprout #BCD394

Color information

#BCD394 (or 0xBCD394) is unknown color: approx Sprout. HEX triplet: BC, D3 and 94. RGB value is (188,211,148). Sum of RGB (Red+Green+Blue) = 188+211+148=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD394 is #432C6B. Grayscale: #C5C5C5. Windows color (decimal): -4402284 or 9753532. OLE color: 9753532.

HSL color Cylindrical-coordinate representation of color #BCD394: hue angle of 81.9º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD394 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB188211148-
CMYK0.1100.300.17
HSL81.9º41.72%70.39%-
HSV(B)81.9º29.86%82.75%-
XYZ49.3859.4236.88-
YUV196.94100.38121.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=34.37%
G=38.57%
B=27.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111480.1100.300.1781.941.7270.39
HexBCD394B01E11522a46
Octal274323224130362112252106
Binary10111100110100111001010010110111101000110100101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD394; }

 p { color: rgb(188,211,148); }

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

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

 a { background-color: rgb(188,211,148); }

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

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

 span { border-color: rgb(188,211,148); }

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