#BCD49A

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

Shades of Sprout #BCD49A

Tints of Sprout #BCD49A

Color information

#BCD49A (or 0xBCD49A) is unknown color: approx Sprout. HEX triplet: BC, D4 and 9A. RGB value is (188,212,154). Sum of RGB (Red+Green+Blue) = 188+212+154=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD49A is #432B65. Grayscale: #C6C6C6. Windows color (decimal): -4402022 or 10147004. OLE color: 10147004.

HSL color Cylindrical-coordinate representation of color #BCD49A: hue angle of 84.83º 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 #BCD49A is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB188212154-
CMYK0.1100.270.17
HSL84.83º40.28%71.76%-
HSV(B)84.83º27.36%83.14%-
XYZ50.1260.1139.53-
YUV198.21103.05120.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 212 (83.20% from 255) = 38.27%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=33.94%
G=38.27%
B=27.80%

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
Decimal1882121540.1100.270.1784.8340.2871.76
HexBCD49AB01B11552848
Octal274324232130332112550110
Binary10111100110101001001101010110110111000110101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD49A; }

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

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

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

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

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

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

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

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