Shades of Sprout #B8CF8E
Tints of Sprout #B8CF8E
RGB
CMYK
RGB Variations
Color information
#B8CF8E (or 0xB8CF8E) is known color: Sprout. HEX triplet: B8, CF and 8E. RGB value is (184,207,142). Sum of RGB (Red+Green+Blue) = 184+207+142=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CF8E is #473071. Grayscale: #C0C0C0. Windows color (decimal): -4665458 or 9359288. OLE color: 9359288.
HSL color Cylindrical-coordinate representation of color #B8CF8E: hue angle of 81.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8CF8E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 142 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.19 |
| HSL | 81.23º | 0.4% | 0.68% | - |
| HSV(B) | 81.23º | 0.31% | 0.81% | - |
| XYZ | 46.96 | 56.77 | 34.07 | - |
| YUV | 192.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 142 | 0.11 | 0 | 0.31 | 0.19 | 81.23 | 0.4 | 0.68 |
| Hex | B8 | CF | 8E | B | 0 | 1F | 13 | 51 | 28 | 44 |
| Octal | 270 | 317 | 216 | 13 | 0 | 37 | 23 | 121 | 50 | 104 |
| Binary | 10111000 | 11001111 | 10001110 | 1011 | 0 | 11111 | 10011 | 1010001 | 101000 | 1000100 |
Color Harmonies of #B8CF8E
Complementary color
Monochromatic Colors of #B8CF8E
Black with #B8CF8E
Text Example
Text Example
White with #B8CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF8E; }
p { color: rgb(184,207,142); }
H1.HeaderClassName
{
color: #B8CF8E;
}
.AnyTagClassName
{
color: #B8CF8E;
}
</style>
background-color css
<style>
a { background-color: #B8CF8E; }
a { background-color: rgb(184,207,142); }
div.DivClassName
{
background-color: #B8CF8E;
}
.BgClassName
{
background-color: #B8CF8E;
}
</style>
border-color css
<style>
span { border-color: #B8CF8E; }
span { border-color: rgb(184,207,142); }
td.TdClassName
{
border-color: #B8CF8E;
}
.TagClassName
{
border-color: #B8CF8E;
}
</style>