Shades of Sprout #BFD290
Tints of Sprout #BFD290
RGB
CMYK
RGB Variations
Color information
#BFD290 (or 0xBFD290) is known color: Sprout. HEX triplet: BF, D2 and 90. RGB value is (191,210,144). Sum of RGB (Red+Green+Blue) = 191+210+144=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD290 is #402D6F. Grayscale: #C5C5C5. Windows color (decimal): -4205936 or 9491135. OLE color: 9491135.
HSL color Cylindrical-coordinate representation of color #BFD290: hue angle of 77.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFD290 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 144 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.18 |
| HSL | 77.27º | 0.42% | 0.69% | - |
| HSV(B) | 77.27º | 0.31% | 0.82% | - |
| XYZ | 49.57 | 59.18 | 35.2 | - |
| YUV | 196.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 144 | 0.09 | 0 | 0.31 | 0.18 | 77.27 | 0.42 | 0.69 |
| Hex | BF | D2 | 90 | 9 | 0 | 1F | 12 | 4D | 2A | 45 |
| Octal | 277 | 322 | 220 | 11 | 0 | 37 | 22 | 115 | 52 | 105 |
| Binary | 10111111 | 11010010 | 10010000 | 1001 | 0 | 11111 | 10010 | 1001101 | 101010 | 1000101 |
Color Harmonies of #BFD290
Complementary color
Monochromatic Colors of #BFD290
Black with #BFD290
Text Example
Text Example
White with #BFD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD290; }
p { color: rgb(191,210,144); }
H1.HeaderClassName
{
color: #BFD290;
}
.AnyTagClassName
{
color: #BFD290;
}
</style>
background-color css
<style>
a { background-color: #BFD290; }
a { background-color: rgb(191,210,144); }
div.DivClassName
{
background-color: #BFD290;
}
.BgClassName
{
background-color: #BFD290;
}
</style>
border-color css
<style>
span { border-color: #BFD290; }
span { border-color: rgb(191,210,144); }
td.TdClassName
{
border-color: #BFD290;
}
.TagClassName
{
border-color: #BFD290;
}
</style>