#BCD895

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

Shades of Sprout #BCD895

Tints of Sprout #BCD895

Color information

#BCD895 (or 0xBCD895) is unknown color: approx Sprout. HEX triplet: BC, D8 and 95. RGB value is (188,216,149). Sum of RGB (Red+Green+Blue) = 188+216+149=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD895 is #43276A. Grayscale: #C8C8C8. Windows color (decimal): -4401003 or 9820348. OLE color: 9820348.

HSL color Cylindrical-coordinate representation of color #BCD895: hue angle of 85.07º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD895 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB188216149-
CMYK0.1300.310.15
HSL85.07º46.21%71.57%-
HSV(B)85.07º31.02%84.71%-
XYZ50.7261.9737.72-
YUV199.9999.22119.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=34.00%
G=39.06%
B=26.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161490.1300.310.1585.0746.2171.57
HexBCD895D01FF552e48
Octal274330225150371712556110
Binary1011110011011000100101011101011111111110101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD895; }

 p { color: rgb(188,216,149); }

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

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

 a { background-color: rgb(188,216,149); }

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

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

 span { border-color: rgb(188,216,149); }

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