Shades of Sprout #BFD598
Tints of Sprout #BFD598
RGB
CMYK
RGB Variations
Color information
#BFD598 (or 0xBFD598) is known color: Sprout. HEX triplet: BF, D5 and 98. RGB value is (191,213,152). Sum of RGB (Red+Green+Blue) = 191+213+152=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD598 is #402A67. Grayscale: #C7C7C7. Windows color (decimal): -4205160 or 10016191. OLE color: 10016191.
HSL color Cylindrical-coordinate representation of color #BFD598: hue angle of 81.64º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD598 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 152 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.16 |
| HSL | 81.64º | 0.42% | 0.72% | - |
| HSV(B) | 81.64º | 0.29% | 0.84% | - |
| XYZ | 50.95 | 60.93 | 38.78 | - |
| YUV | 199.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 152 | 0.10 | 0 | 0.29 | 0.16 | 81.64 | 0.42 | 0.72 |
| Hex | BF | D5 | 98 | A | 0 | 1D | 10 | 52 | 2A | 48 |
| Octal | 277 | 325 | 230 | 12 | 0 | 35 | 20 | 122 | 52 | 110 |
| Binary | 10111111 | 11010101 | 10011000 | 1010 | 0 | 11101 | 10000 | 1010010 | 101010 | 1001000 |
Color Harmonies of #BFD598
Complementary color
Monochromatic Colors of #BFD598
Black with #BFD598
Text Example
Text Example
White with #BFD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD598; }
p { color: rgb(191,213,152); }
H1.HeaderClassName
{
color: #BFD598;
}
.AnyTagClassName
{
color: #BFD598;
}
</style>
background-color css
<style>
a { background-color: #BFD598; }
a { background-color: rgb(191,213,152); }
div.DivClassName
{
background-color: #BFD598;
}
.BgClassName
{
background-color: #BFD598;
}
</style>
border-color css
<style>
span { border-color: #BFD598; }
span { border-color: rgb(191,213,152); }
td.TdClassName
{
border-color: #BFD598;
}
.TagClassName
{
border-color: #BFD598;
}
</style>