Shades of Sprout #BFD299
Tints of Sprout #BFD299
RGB
CMYK
RGB Variations
Color information
#BFD299 (or 0xBFD299) is known color: Sprout. HEX triplet: BF, D2 and 99. RGB value is (191,210,153). Sum of RGB (Red+Green+Blue) = 191+210+153=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD299 is #402D66. Grayscale: #C6C6C6. Windows color (decimal): -4205927 or 10080959. OLE color: 10080959.
HSL color Cylindrical-coordinate representation of color #BFD299: hue angle of 80º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFD299 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 153 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.18 |
| HSL | 80º | 0.39% | 0.71% | - |
| HSV(B) | 80º | 0.27% | 0.82% | - |
| XYZ | 50.28 | 59.47 | 38.97 | - |
| YUV | 197.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 153 | 0.09 | 0 | 0.27 | 0.18 | 80 | 0.39 | 0.71 |
| Hex | BF | D2 | 99 | 9 | 0 | 1B | 12 | 50 | 27 | 47 |
| Octal | 277 | 322 | 231 | 11 | 0 | 33 | 22 | 120 | 47 | 107 |
| Binary | 10111111 | 11010010 | 10011001 | 1001 | 0 | 11011 | 10010 | 1010000 | 100111 | 1000111 |
Color Harmonies of #BFD299
Complementary color
Monochromatic Colors of #BFD299
Black with #BFD299
Text Example
Text Example
White with #BFD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD299; }
p { color: rgb(191,210,153); }
H1.HeaderClassName
{
color: #BFD299;
}
.AnyTagClassName
{
color: #BFD299;
}
</style>
background-color css
<style>
a { background-color: #BFD299; }
a { background-color: rgb(191,210,153); }
div.DivClassName
{
background-color: #BFD299;
}
.BgClassName
{
background-color: #BFD299;
}
</style>
border-color css
<style>
span { border-color: #BFD299; }
span { border-color: rgb(191,210,153); }
td.TdClassName
{
border-color: #BFD299;
}
.TagClassName
{
border-color: #BFD299;
}
</style>