Shades of Sprout #BFD69B
Tints of Sprout #BFD69B
RGB
CMYK
RGB Variations
Color information
#BFD69B (or 0xBFD69B) is known color: Sprout. HEX triplet: BF, D6 and 9B. RGB value is (191,214,155). Sum of RGB (Red+Green+Blue) = 191+214+155=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD69B is #402964. Grayscale: #C8C8C8. Windows color (decimal): -4204901 or 10213055. OLE color: 10213055.
HSL color Cylindrical-coordinate representation of color #BFD69B: hue angle of 83.39º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD69B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 155 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.16 |
| HSL | 83.39º | 0.42% | 0.72% | - |
| HSV(B) | 83.39º | 0.28% | 0.84% | - |
| XYZ | 51.45 | 61.54 | 40.18 | - |
| YUV | 200.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 155 | 0.11 | 0 | 0.28 | 0.16 | 83.39 | 0.42 | 0.72 |
| Hex | BF | D6 | 9B | B | 0 | 1C | 10 | 53 | 2A | 48 |
| Octal | 277 | 326 | 233 | 13 | 0 | 34 | 20 | 123 | 52 | 110 |
| Binary | 10111111 | 11010110 | 10011011 | 1011 | 0 | 11100 | 10000 | 1010011 | 101010 | 1001000 |
Color Harmonies of #BFD69B
Complementary color
Monochromatic Colors of #BFD69B
Black with #BFD69B
Text Example
Text Example
White with #BFD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD69B; }
p { color: rgb(191,214,155); }
H1.HeaderClassName
{
color: #BFD69B;
}
.AnyTagClassName
{
color: #BFD69B;
}
</style>
background-color css
<style>
a { background-color: #BFD69B; }
a { background-color: rgb(191,214,155); }
div.DivClassName
{
background-color: #BFD69B;
}
.BgClassName
{
background-color: #BFD69B;
}
</style>
border-color css
<style>
span { border-color: #BFD69B; }
span { border-color: rgb(191,214,155); }
td.TdClassName
{
border-color: #BFD69B;
}
.TagClassName
{
border-color: #BFD69B;
}
</style>