#BCD08E

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

Shades of Sprout #BCD08E

Tints of Sprout #BCD08E

Color information

#BCD08E (or 0xBCD08E) is unknown color: approx Sprout. HEX triplet: BC, D0 and 8E. RGB value is (188,208,142). Sum of RGB (Red+Green+Blue) = 188+208+142=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08E is #432F71. Grayscale: #C2C2C2. Windows color (decimal): -4403058 or 9359548. OLE color: 9359548.

HSL color Cylindrical-coordinate representation of color #BCD08E: hue angle of 78.18º degrees, saturation: 0.41, 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 #BCD08E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB188208142-
CMYK0.1000.320.18
HSL78.18º41.25%68.63%-
HSV(B)78.18º31.73%81.57%-
XYZ48.1857.7634.2-
YUV194.598.37123.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=34.94%
G=38.66%
B=26.39%

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
Decimal1882081420.1000.320.1878.1841.2568.63
HexBCD08EA020124e2945
Octal274320216120402211651105
Binary101111001101000010001110101001000001001010011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD08E; }

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

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

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

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

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

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

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

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