Shades of Sprout #BFD38A
Tints of Sprout #BFD38A
RGB
CMYK
RGB Variations
Color information
#BFD38A (or 0xBFD38A) is known color: Sprout. HEX triplet: BF, D3 and 8A. RGB value is (191,211,138). Sum of RGB (Red+Green+Blue) = 191+211+138=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD38A is #402C75. Grayscale: #C4C4C4. Windows color (decimal): -4205686 or 9098175. OLE color: 9098175.
HSL color Cylindrical-coordinate representation of color #BFD38A: hue angle of 76.44º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD38A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 138 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.17 |
| HSL | 76.44º | 0.45% | 0.68% | - |
| HSV(B) | 76.44º | 0.35% | 0.83% | - |
| XYZ | 49.37 | 59.5 | 32.93 | - |
| YUV | 196.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 138 | 0.09 | 0 | 0.35 | 0.17 | 76.44 | 0.45 | 0.68 |
| Hex | BF | D3 | 8A | 9 | 0 | 23 | 11 | 4C | 2D | 44 |
| Octal | 277 | 323 | 212 | 11 | 0 | 43 | 21 | 114 | 55 | 104 |
| Binary | 10111111 | 11010011 | 10001010 | 1001 | 0 | 100011 | 10001 | 1001100 | 101101 | 1000100 |
Color Harmonies of #BFD38A
Complementary color
Monochromatic Colors of #BFD38A
Black with #BFD38A
Text Example
Text Example
White with #BFD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD38A; }
p { color: rgb(191,211,138); }
H1.HeaderClassName
{
color: #BFD38A;
}
.AnyTagClassName
{
color: #BFD38A;
}
</style>
background-color css
<style>
a { background-color: #BFD38A; }
a { background-color: rgb(191,211,138); }
div.DivClassName
{
background-color: #BFD38A;
}
.BgClassName
{
background-color: #BFD38A;
}
</style>
border-color css
<style>
span { border-color: #BFD38A; }
span { border-color: rgb(191,211,138); }
td.TdClassName
{
border-color: #BFD38A;
}
.TagClassName
{
border-color: #BFD38A;
}
</style>