Shades of Sprout #BFCF93
Tints of Sprout #BFCF93
RGB
CMYK
RGB Variations
Color information
#BFCF93 (or 0xBFCF93) is known color: Sprout. HEX triplet: BF, CF and 93. RGB value is (191,207,147). Sum of RGB (Red+Green+Blue) = 191+207+147=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF93 is #40306C. Grayscale: #C3C3C3. Windows color (decimal): -4206701 or 9686975. OLE color: 9686975.
HSL color Cylindrical-coordinate representation of color #BFCF93: hue angle of 76º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFCF93 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 147 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.19 |
| HSL | 76º | 0.38% | 0.69% | - |
| HSV(B) | 76º | 0.29% | 0.81% | - |
| XYZ | 49.07 | 57.81 | 36.18 | - |
| YUV | 195.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 147 | 0.08 | 0 | 0.29 | 0.19 | 76 | 0.38 | 0.69 |
| Hex | BF | CF | 93 | 8 | 0 | 1D | 13 | 4C | 26 | 45 |
| Octal | 277 | 317 | 223 | 10 | 0 | 35 | 23 | 114 | 46 | 105 |
| Binary | 10111111 | 11001111 | 10010011 | 1000 | 0 | 11101 | 10011 | 1001100 | 100110 | 1000101 |
Color Harmonies of #BFCF93
Complementary color
Monochromatic Colors of #BFCF93
Black with #BFCF93
Text Example
Text Example
White with #BFCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF93; }
p { color: rgb(191,207,147); }
H1.HeaderClassName
{
color: #BFCF93;
}
.AnyTagClassName
{
color: #BFCF93;
}
</style>
background-color css
<style>
a { background-color: #BFCF93; }
a { background-color: rgb(191,207,147); }
div.DivClassName
{
background-color: #BFCF93;
}
.BgClassName
{
background-color: #BFCF93;
}
</style>
border-color css
<style>
span { border-color: #BFCF93; }
span { border-color: rgb(191,207,147); }
td.TdClassName
{
border-color: #BFCF93;
}
.TagClassName
{
border-color: #BFCF93;
}
</style>