#BCD08C

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

Shades of Sprout #BCD08C

Tints of Sprout #BCD08C

Color information

#BCD08C (or 0xBCD08C) is unknown color: approx Sprout. HEX triplet: BC, D0 and 8C. RGB value is (188,208,140). Sum of RGB (Red+Green+Blue) = 188+208+140=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08C is #432F73. Grayscale: #C2C2C2. Windows color (decimal): -4403060 or 9228476. OLE color: 9228476.

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

Color convert

RGB188208140-
CMYK0.1000.330.18
HSL77.65º41.98%68.24%-
HSV(B)77.65º32.69%81.57%-
XYZ48.0357.733.42-
YUV194.2797.37123.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=35.07%
G=38.81%
B=26.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081400.1000.330.1877.6541.9868.24
HexBCD08CA021124e2a44
Octal274320214120412211652104
Binary101111001101000010001100101001000011001010011101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD08C; }

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

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

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

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

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

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

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

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