Shades of Sprout #B8CF8F
Tints of Sprout #B8CF8F
RGB
CMYK
RGB Variations
Color information
#B8CF8F (or 0xB8CF8F) is known color: Sprout. HEX triplet: B8, CF and 8F. RGB value is (184,207,143). Sum of RGB (Red+Green+Blue) = 184+207+143=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CF8F is #473070. Grayscale: #C1C1C1. Windows color (decimal): -4665457 or 9424824. OLE color: 9424824.
HSL color Cylindrical-coordinate representation of color #B8CF8F: hue angle of 81.56º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8CF8F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 143 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.19 |
| HSL | 81.56º | 0.4% | 0.69% | - |
| HSV(B) | 81.56º | 0.31% | 0.81% | - |
| XYZ | 47.04 | 56.8 | 34.47 | - |
| YUV | 192.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 143 | 0.11 | 0 | 0.31 | 0.19 | 81.56 | 0.4 | 0.69 |
| Hex | B8 | CF | 8F | B | 0 | 1F | 13 | 52 | 28 | 45 |
| Octal | 270 | 317 | 217 | 13 | 0 | 37 | 23 | 122 | 50 | 105 |
| Binary | 10111000 | 11001111 | 10001111 | 1011 | 0 | 11111 | 10011 | 1010010 | 101000 | 1000101 |
Color Harmonies of #B8CF8F
Complementary color
Monochromatic Colors of #B8CF8F
Black with #B8CF8F
Text Example
Text Example
White with #B8CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF8F; }
p { color: rgb(184,207,143); }
H1.HeaderClassName
{
color: #B8CF8F;
}
.AnyTagClassName
{
color: #B8CF8F;
}
</style>
background-color css
<style>
a { background-color: #B8CF8F; }
a { background-color: rgb(184,207,143); }
div.DivClassName
{
background-color: #B8CF8F;
}
.BgClassName
{
background-color: #B8CF8F;
}
</style>
border-color css
<style>
span { border-color: #B8CF8F; }
span { border-color: rgb(184,207,143); }
td.TdClassName
{
border-color: #B8CF8F;
}
.TagClassName
{
border-color: #B8CF8F;
}
</style>