Shades of Sprout #B8CE8F
Tints of Sprout #B8CE8F
RGB
CMYK
RGB Variations
Color information
#B8CE8F (or 0xB8CE8F) is known color: Sprout. HEX triplet: B8, CE and 8F. RGB value is (184,206,143). Sum of RGB (Red+Green+Blue) = 184+206+143=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CE8F is #473170. Grayscale: #C0C0C0. Windows color (decimal): -4665713 or 9424568. OLE color: 9424568.
HSL color Cylindrical-coordinate representation of color #B8CE8F: hue angle of 80.95º degrees, saturation: 0.39, 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 #B8CE8F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 143 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.19 |
| HSL | 80.95º | 0.39% | 0.68% | - |
| HSV(B) | 80.95º | 0.31% | 0.81% | - |
| XYZ | 46.8 | 56.32 | 34.39 | - |
| YUV | 192.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 143 | 0.11 | 0 | 0.31 | 0.19 | 80.95 | 0.39 | 0.68 |
| Hex | B8 | CE | 8F | B | 0 | 1F | 13 | 51 | 27 | 44 |
| Octal | 270 | 316 | 217 | 13 | 0 | 37 | 23 | 121 | 47 | 104 |
| Binary | 10111000 | 11001110 | 10001111 | 1011 | 0 | 11111 | 10011 | 1010001 | 100111 | 1000100 |
Color Harmonies of #B8CE8F
Complementary color
Monochromatic Colors of #B8CE8F
Black with #B8CE8F
Text Example
Text Example
White with #B8CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE8F; }
p { color: rgb(184,206,143); }
H1.HeaderClassName
{
color: #B8CE8F;
}
.AnyTagClassName
{
color: #B8CE8F;
}
</style>
background-color css
<style>
a { background-color: #B8CE8F; }
a { background-color: rgb(184,206,143); }
div.DivClassName
{
background-color: #B8CE8F;
}
.BgClassName
{
background-color: #B8CE8F;
}
</style>
border-color css
<style>
span { border-color: #B8CE8F; }
span { border-color: rgb(184,206,143); }
td.TdClassName
{
border-color: #B8CE8F;
}
.TagClassName
{
border-color: #B8CE8F;
}
</style>