#BCD19C

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

Shades of Sprout #BCD19C

Tints of Sprout #BCD19C

Color information

#BCD19C (or 0xBCD19C) is unknown color: approx Sprout. HEX triplet: BC, D1 and 9C. RGB value is (188,209,156). Sum of RGB (Red+Green+Blue) = 188+209+156=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD19C is #432E63. Grayscale: #C4C4C4. Windows color (decimal): -4402788 or 10277308. OLE color: 10277308.

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

Color convert

RGB188209156-
CMYK0.1000.250.18
HSL83.77º36.55%71.57%-
HSV(B)83.77º25.36%81.96%-
XYZ49.5458.6940.17-
YUV196.68105.04121.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=34.00%
G=37.79%
B=28.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091560.1000.250.1883.7736.5571.57
HexBCD19CA01912542548
Octal274321234120312212445110
Binary10111100110100011001110010100110011001010101001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD19C; }

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

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

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

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

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

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

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

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