#BCD191

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

Shades of Sprout #BCD191

Tints of Sprout #BCD191

Color information

#BCD191 (or 0xBCD191) is unknown color: approx Sprout. HEX triplet: BC, D1 and 91. RGB value is (188,209,145). Sum of RGB (Red+Green+Blue) = 188+209+145=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD191 is #432E6E. Grayscale: #C3C3C3. Windows color (decimal): -4402799 or 9556412. OLE color: 9556412.

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

Color convert

RGB188209145-
CMYK0.1000.310.18
HSL79.69º41.03%69.41%-
HSV(B)79.69º30.62%81.96%-
XYZ48.6558.3435.48-
YUV195.4299.54122.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 145 (57.03% from 255) = 26.75%
R=34.69%
G=38.56%
B=26.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091450.1000.310.1879.6941.0369.41
HexBCD191A01F12502945
Octal274321221120372212051105
Binary10111100110100011001000110100111111001010100001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD191; }

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

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

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

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

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

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

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

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