Shades of Sprout #BFD297
Tints of Sprout #BFD297
RGB
CMYK
RGB Variations
Color information
#BFD297 (or 0xBFD297) is known color: Sprout. HEX triplet: BF, D2 and 97. RGB value is (191,210,151). Sum of RGB (Red+Green+Blue) = 191+210+151=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD297 is #402D68. Grayscale: #C5C5C5. Windows color (decimal): -4205929 or 9949887. OLE color: 9949887.
HSL color Cylindrical-coordinate representation of color #BFD297: hue angle of 79.32º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD297 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 151 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.18 |
| HSL | 79.32º | 0.4% | 0.71% | - |
| HSV(B) | 79.32º | 0.28% | 0.82% | - |
| XYZ | 50.12 | 59.4 | 38.1 | - |
| YUV | 197.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 151 | 0.09 | 0 | 0.28 | 0.18 | 79.32 | 0.4 | 0.71 |
| Hex | BF | D2 | 97 | 9 | 0 | 1C | 12 | 4F | 28 | 47 |
| Octal | 277 | 322 | 227 | 11 | 0 | 34 | 22 | 117 | 50 | 107 |
| Binary | 10111111 | 11010010 | 10010111 | 1001 | 0 | 11100 | 10010 | 1001111 | 101000 | 1000111 |
Color Harmonies of #BFD297
Complementary color
Monochromatic Colors of #BFD297
Black with #BFD297
Text Example
Text Example
White with #BFD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD297; }
p { color: rgb(191,210,151); }
H1.HeaderClassName
{
color: #BFD297;
}
.AnyTagClassName
{
color: #BFD297;
}
</style>
background-color css
<style>
a { background-color: #BFD297; }
a { background-color: rgb(191,210,151); }
div.DivClassName
{
background-color: #BFD297;
}
.BgClassName
{
background-color: #BFD297;
}
</style>
border-color css
<style>
span { border-color: #BFD297; }
span { border-color: rgb(191,210,151); }
td.TdClassName
{
border-color: #BFD297;
}
.TagClassName
{
border-color: #BFD297;
}
</style>