#BCDA8E

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

Shades of Sprout #BCDA8E

Tints of Sprout #BCDA8E

Color information

#BCDA8E (or 0xBCDA8E) is unknown color: approx Sprout. HEX triplet: BC, DA and 8E. RGB value is (188,218,142). Sum of RGB (Red+Green+Blue) = 188+218+142=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8E is #432571. Grayscale: #C8C8C8. Windows color (decimal): -4400498 or 9362108. OLE color: 9362108.

HSL color Cylindrical-coordinate representation of color #BCDA8E: hue angle of 83.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDA8E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB188218142-
CMYK0.1400.350.15
HSL83.68º50.67%70.59%-
HSV(B)83.68º34.86%85.49%-
XYZ50.6962.7935.04-
YUV200.3795.06119.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=34.31%
G=39.78%
B=25.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181420.1400.350.1583.6850.6770.59
HexBCDA8EE023F543347
Octal274332216160431712463107
Binary10111100110110101000111011100100011111110101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA8E; }

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

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

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

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

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

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

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

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