#BCD09C

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

Shades of Sprout #BCD09C

Tints of Sprout #BCD09C

Color information

#BCD09C (or 0xBCD09C) is unknown color: approx Sprout. HEX triplet: BC, D0 and 9C. RGB value is (188,208,156). Sum of RGB (Red+Green+Blue) = 188+208+156=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09C is #432F63. Grayscale: #C4C4C4. Windows color (decimal): -4403044 or 10277052. OLE color: 10277052.

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

Color convert

RGB188208156-
CMYK0.1000.250.18
HSL83.08º35.62%71.37%-
HSV(B)83.08º25%81.57%-
XYZ49.358.240.09-
YUV196.09105.37122.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=34.06%
G=37.68%
B=28.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081560.1000.250.1883.0835.6271.37
HexBCD09CA01912532447
Octal274320234120312212344107
Binary10111100110100001001110010100110011001010100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD09C; }

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

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

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

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

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

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

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

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