Shades of Sprout #BFD29B
Tints of Sprout #BFD29B
RGB
CMYK
RGB Variations
Color information
#BFD29B (or 0xBFD29B) is known color: Sprout. HEX triplet: BF, D2 and 9B. RGB value is (191,210,155). Sum of RGB (Red+Green+Blue) = 191+210+155=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD29B is #402D64. Grayscale: #C6C6C6. Windows color (decimal): -4205925 or 10212031. OLE color: 10212031.
HSL color Cylindrical-coordinate representation of color #BFD29B: hue angle of 80.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFD29B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 155 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.18 |
| HSL | 80.73º | 0.38% | 0.72% | - |
| HSV(B) | 80.73º | 0.26% | 0.82% | - |
| XYZ | 50.45 | 59.54 | 39.84 | - |
| YUV | 198.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 155 | 0.09 | 0 | 0.26 | 0.18 | 80.73 | 0.38 | 0.72 |
| Hex | BF | D2 | 9B | 9 | 0 | 1A | 12 | 51 | 26 | 48 |
| Octal | 277 | 322 | 233 | 11 | 0 | 32 | 22 | 121 | 46 | 110 |
| Binary | 10111111 | 11010010 | 10011011 | 1001 | 0 | 11010 | 10010 | 1010001 | 100110 | 1001000 |
Color Harmonies of #BFD29B
Complementary color
Monochromatic Colors of #BFD29B
Black with #BFD29B
Text Example
Text Example
White with #BFD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD29B; }
p { color: rgb(191,210,155); }
H1.HeaderClassName
{
color: #BFD29B;
}
.AnyTagClassName
{
color: #BFD29B;
}
</style>
background-color css
<style>
a { background-color: #BFD29B; }
a { background-color: rgb(191,210,155); }
div.DivClassName
{
background-color: #BFD29B;
}
.BgClassName
{
background-color: #BFD29B;
}
</style>
border-color css
<style>
span { border-color: #BFD29B; }
span { border-color: rgb(191,210,155); }
td.TdClassName
{
border-color: #BFD29B;
}
.TagClassName
{
border-color: #BFD29B;
}
</style>