Shades of Sprout #BFDA92
Tints of Sprout #BFDA92
RGB
CMYK
RGB Variations
Color information
#BFDA92 (or 0xBFDA92) is known color: Sprout. HEX triplet: BF, DA and 92. RGB value is (191,218,146). Sum of RGB (Red+Green+Blue) = 191+218+146=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA92 is #40256D. Grayscale: #C9C9C9. Windows color (decimal): -4203886 or 9624255. OLE color: 9624255.
HSL color Cylindrical-coordinate representation of color #BFDA92: hue angle of 82.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDA92 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 146 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.15 |
| HSL | 82.5º | 0.49% | 0.71% | - |
| HSV(B) | 82.5º | 0.33% | 0.85% | - |
| XYZ | 51.75 | 63.29 | 36.68 | - |
| YUV | 201.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 146 | 0.12 | 0 | 0.33 | 0.15 | 82.5 | 0.49 | 0.71 |
| Hex | BF | DA | 92 | C | 0 | 21 | F | 52 | 31 | 47 |
| Octal | 277 | 332 | 222 | 14 | 0 | 41 | 17 | 122 | 61 | 107 |
| Binary | 10111111 | 11011010 | 10010010 | 1100 | 0 | 100001 | 1111 | 1010010 | 110001 | 1000111 |
Color Harmonies of #BFDA92
Complementary color
Monochromatic Colors of #BFDA92
Black with #BFDA92
Text Example
Text Example
White with #BFDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA92; }
p { color: rgb(191,218,146); }
H1.HeaderClassName
{
color: #BFDA92;
}
.AnyTagClassName
{
color: #BFDA92;
}
</style>
background-color css
<style>
a { background-color: #BFDA92; }
a { background-color: rgb(191,218,146); }
div.DivClassName
{
background-color: #BFDA92;
}
.BgClassName
{
background-color: #BFDA92;
}
</style>
border-color css
<style>
span { border-color: #BFDA92; }
span { border-color: rgb(191,218,146); }
td.TdClassName
{
border-color: #BFDA92;
}
.TagClassName
{
border-color: #BFDA92;
}
</style>