#BCD391

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

Shades of Sprout #BCD391

Tints of Sprout #BCD391

Color information

#BCD391 (or 0xBCD391) is unknown color: approx Sprout. HEX triplet: BC, D3 and 91. RGB value is (188,211,145). Sum of RGB (Red+Green+Blue) = 188+211+145=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD391 is #432C6E. Grayscale: #C4C4C4. Windows color (decimal): -4402287 or 9556924. OLE color: 9556924.

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

Color convert

RGB188211145-
CMYK0.1100.310.17
HSL80.91º42.86%69.8%-
HSV(B)80.91º31.28%82.75%-
XYZ49.1459.3235.65-
YUV196.698.88121.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=34.56%
G=38.79%
B=26.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111450.1100.310.1780.9142.8669.8
HexBCD391B01F11512b46
Octal274323221130372112153106
Binary10111100110100111001000110110111111000110100011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD391; }

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

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

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

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

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

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

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

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