#BCD49B

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

Shades of Sprout #BCD49B

Tints of Sprout #BCD49B

Color information

#BCD49B (or 0xBCD49B) is unknown color: approx Sprout. HEX triplet: BC, D4 and 9B. RGB value is (188,212,155). Sum of RGB (Red+Green+Blue) = 188+212+155=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD49B is #432B64. Grayscale: #C6C6C6. Windows color (decimal): -4402021 or 10212540. OLE color: 10212540.

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

Color convert

RGB188212155-
CMYK0.1100.270.17
HSL85.26º39.86%71.96%-
HSV(B)85.26º26.89%83.14%-
XYZ50.260.1439.97-
YUV198.33103.55120.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=33.87%
G=38.20%
B=27.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121550.1100.270.1785.2639.8671.96
HexBCD49BB01B11552848
Octal274324233130332112550110
Binary10111100110101001001101110110110111000110101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD49B; }

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

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

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

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

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

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

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

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