Shades of Sprout #BFD0A0
Tints of Sprout #BFD0A0
RGB
CMYK
RGB Variations
Color information
#BFD0A0 (or 0xBFD0A0) is known color: Sprout. HEX triplet: BF, D0 and A0. RGB value is (191,208,160). Sum of RGB (Red+Green+Blue) = 191+208+160=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD0A0 is #402F5F. Grayscale: #C5C5C5. Windows color (decimal): -4206432 or 10539199. OLE color: 10539199.
HSL color Cylindrical-coordinate representation of color #BFD0A0: hue angle of 81.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 160 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.18 |
| HSL | 81.25º | 0.34% | 0.72% | - |
| HSV(B) | 81.25º | 0.23% | 0.82% | - |
| XYZ | 50.39 | 58.73 | 41.94 | - |
| YUV | 197.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 160 | 0.08 | 0 | 0.23 | 0.18 | 81.25 | 0.34 | 0.72 |
| Hex | BF | D0 | A0 | 8 | 0 | 17 | 12 | 51 | 22 | 48 |
| Octal | 277 | 320 | 240 | 10 | 0 | 27 | 22 | 121 | 42 | 110 |
| Binary | 10111111 | 11010000 | 10100000 | 1000 | 0 | 10111 | 10010 | 1010001 | 100010 | 1001000 |
Color Harmonies of #BFD0A0
Complementary color
Monochromatic Colors of #BFD0A0
Black with #BFD0A0
Text Example
Text Example
White with #BFD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0A0; }
p { color: rgb(191,208,160); }
H1.HeaderClassName
{
color: #BFD0A0;
}
.AnyTagClassName
{
color: #BFD0A0;
}
</style>
background-color css
<style>
a { background-color: #BFD0A0; }
a { background-color: rgb(191,208,160); }
div.DivClassName
{
background-color: #BFD0A0;
}
.BgClassName
{
background-color: #BFD0A0;
}
</style>
border-color css
<style>
span { border-color: #BFD0A0; }
span { border-color: rgb(191,208,160); }
td.TdClassName
{
border-color: #BFD0A0;
}
.TagClassName
{
border-color: #BFD0A0;
}
</style>