Shades of Sprout #BFDA98
Tints of Sprout #BFDA98
RGB
CMYK
RGB Variations
Color information
#BFDA98 (or 0xBFDA98) is known color: Sprout. HEX triplet: BF, DA and 98. RGB value is (191,218,152). Sum of RGB (Red+Green+Blue) = 191+218+152=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA98 is #402567. Grayscale: #CACACA. Windows color (decimal): -4203880 or 10017471. OLE color: 10017471.
HSL color Cylindrical-coordinate representation of color #BFDA98: hue angle of 84.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDA98 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 152 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.15 |
| HSL | 84.55º | 0.47% | 0.73% | - |
| HSV(B) | 84.55º | 0.3% | 0.85% | - |
| XYZ | 52.22 | 63.49 | 39.21 | - |
| YUV | 202.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 152 | 0.12 | 0 | 0.30 | 0.15 | 84.55 | 0.47 | 0.73 |
| Hex | BF | DA | 98 | C | 0 | 1E | F | 55 | 2F | 49 |
| Octal | 277 | 332 | 230 | 14 | 0 | 36 | 17 | 125 | 57 | 111 |
| Binary | 10111111 | 11011010 | 10011000 | 1100 | 0 | 11110 | 1111 | 1010101 | 101111 | 1001001 |
Color Harmonies of #BFDA98
Complementary color
Monochromatic Colors of #BFDA98
Black with #BFDA98
Text Example
Text Example
White with #BFDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA98; }
p { color: rgb(191,218,152); }
H1.HeaderClassName
{
color: #BFDA98;
}
.AnyTagClassName
{
color: #BFDA98;
}
</style>
background-color css
<style>
a { background-color: #BFDA98; }
a { background-color: rgb(191,218,152); }
div.DivClassName
{
background-color: #BFDA98;
}
.BgClassName
{
background-color: #BFDA98;
}
</style>
border-color css
<style>
span { border-color: #BFDA98; }
span { border-color: rgb(191,218,152); }
td.TdClassName
{
border-color: #BFDA98;
}
.TagClassName
{
border-color: #BFDA98;
}
</style>