#BCD78E

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

Shades of Sprout #BCD78E

Tints of Sprout #BCD78E

Color information

#BCD78E (or 0xBCD78E) is unknown color: approx Sprout. HEX triplet: BC, D7 and 8E. RGB value is (188,215,142). Sum of RGB (Red+Green+Blue) = 188+215+142=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD78E is #432871. Grayscale: #C6C6C6. Windows color (decimal): -4401266 or 9361340. OLE color: 9361340.

HSL color Cylindrical-coordinate representation of color #BCD78E: hue angle of 82.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD78E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB188215142-
CMYK0.1300.340.16
HSL82.19º47.71%70%-
HSV(B)82.19º33.95%84.31%-
XYZ49.9261.2534.78-
YUV198.696.05120.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=34.50%
G=39.45%
B=26.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151420.1300.340.1682.1947.7170
HexBCD78ED02210523046
Octal274327216150422012260106
Binary101111001101011110001110110101000101000010100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD78E; }

 p { color: rgb(188,215,142); }

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

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

 a { background-color: rgb(188,215,142); }

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

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

 span { border-color: rgb(188,215,142); }

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