#BCD18E

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

Shades of Sprout #BCD18E

Tints of Sprout #BCD18E

Color information

#BCD18E (or 0xBCD18E) is unknown color: approx Sprout. HEX triplet: BC, D1 and 8E. RGB value is (188,209,142). Sum of RGB (Red+Green+Blue) = 188+209+142=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD18E is #432E71. Grayscale: #C3C3C3. Windows color (decimal): -4402802 or 9359804. OLE color: 9359804.

HSL color Cylindrical-coordinate representation of color #BCD18E: hue angle of 78.81º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD18E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB188209142-
CMYK0.1000.320.18
HSL78.81º42.14%68.82%-
HSV(B)78.81º32.06%81.96%-
XYZ48.4258.2534.28-
YUV195.0898.04122.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=34.88%
G=38.78%
B=26.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091420.1000.320.1878.8142.1468.82
HexBCD18EA020124f2a45
Octal274321216120402211752105
Binary101111001101000110001110101001000001001010011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD18E; }

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

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

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

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

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

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

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

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