Shades of Sprout #BCD69B
Tints of Sprout #BCD69B
RGB
CMYK
RGB Variations
Color information
#BCD69B (or 0xBCD69B) is known color: Sprout. HEX triplet: BC, D6 and 9B. RGB value is (188,214,155). Sum of RGB (Red+Green+Blue) = 188+214+155=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD69B is #432964. Grayscale: #C7C7C7. Windows color (decimal): -4401509 or 10213052. OLE color: 10213052.
HSL color Cylindrical-coordinate representation of color #BCD69B: hue angle of 86.44º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD69B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 155 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.16 |
| HSL | 86.44º | 0.42% | 0.72% | - |
| HSV(B) | 86.44º | 0.28% | 0.84% | - |
| XYZ | 50.7 | 61.15 | 40.14 | - |
| YUV | 199.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 155 | 0.12 | 0 | 0.28 | 0.16 | 86.44 | 0.42 | 0.72 |
| Hex | BC | D6 | 9B | C | 0 | 1C | 10 | 56 | 2A | 48 |
| Octal | 274 | 326 | 233 | 14 | 0 | 34 | 20 | 126 | 52 | 110 |
| Binary | 10111100 | 11010110 | 10011011 | 1100 | 0 | 11100 | 10000 | 1010110 | 101010 | 1001000 |
Color Harmonies of #BCD69B
Complementary color
Monochromatic Colors of #BCD69B
Black with #BCD69B
Text Example
Text Example
White with #BCD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD69B; }
p { color: rgb(188,214,155); }
H1.HeaderClassName
{
color: #BCD69B;
}
.AnyTagClassName
{
color: #BCD69B;
}
</style>
background-color css
<style>
a { background-color: #BCD69B; }
a { background-color: rgb(188,214,155); }
div.DivClassName
{
background-color: #BCD69B;
}
.BgClassName
{
background-color: #BCD69B;
}
</style>
border-color css
<style>
span { border-color: #BCD69B; }
span { border-color: rgb(188,214,155); }
td.TdClassName
{
border-color: #BCD69B;
}
.TagClassName
{
border-color: #BCD69B;
}
</style>