#BCD09B

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

Shades of Sprout #BCD09B

Tints of Sprout #BCD09B

Color information

#BCD09B (or 0xBCD09B) is unknown color: approx Sprout. HEX triplet: BC, D0 and 9B. RGB value is (188,208,155). Sum of RGB (Red+Green+Blue) = 188+208+155=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09B is #432F64. Grayscale: #C4C4C4. Windows color (decimal): -4403045 or 10211516. OLE color: 10211516.

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

Color convert

RGB188208155-
CMYK0.1000.250.18
HSL82.64º36.05%71.18%-
HSV(B)82.64º25.48%81.57%-
XYZ49.2158.1739.64-
YUV195.98104.87122.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=34.12%
G=37.75%
B=28.13%

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
Decimal1882081550.1000.250.1882.6436.0571.18
HexBCD09BA01912532447
Octal274320233120312212344107
Binary10111100110100001001101110100110011001010100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD09B; }

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

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

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

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

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

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

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

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