#BCD49C

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

Shades of Sprout #BCD49C

Tints of Sprout #BCD49C

Color information

#BCD49C (or 0xBCD49C) is unknown color: approx Sprout. HEX triplet: BC, D4 and 9C. RGB value is (188,212,156). Sum of RGB (Red+Green+Blue) = 188+212+156=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD49C is #432B63. Grayscale: #C6C6C6. Windows color (decimal): -4402020 or 10278076. OLE color: 10278076.

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

Color convert

RGB188212156-
CMYK0.1100.260.17
HSL85.71º39.44%72.16%-
HSV(B)85.71º26.42%83.14%-
XYZ50.2860.1840.42-
YUV198.44104.05120.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=33.81%
G=38.13%
B=28.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121560.1100.260.1785.7139.4472.16
HexBCD49CB01A11562748
Octal274324234130322112647110
Binary10111100110101001001110010110110101000110101101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD49C; }

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

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

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

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

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

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

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

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