Shades of Sprout #B9CF8E
Tints of Sprout #B9CF8E
RGB
CMYK
RGB Variations
Color information
#B9CF8E (or 0xB9CF8E) is known color: Sprout. HEX triplet: B9, CF and 8E. RGB value is (185,207,142). Sum of RGB (Red+Green+Blue) = 185+207+142=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CF8E is #463071. Grayscale: #C1C1C1. Windows color (decimal): -4599922 or 9359289. OLE color: 9359289.
HSL color Cylindrical-coordinate representation of color #B9CF8E: hue angle of 80.31º 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 #B9CF8E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 142 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.19 |
| HSL | 80.31º | 0.4% | 0.68% | - |
| HSV(B) | 80.31º | 0.31% | 0.81% | - |
| XYZ | 47.2 | 56.89 | 34.08 | - |
| YUV | 193.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 142 | 0.11 | 0 | 0.31 | 0.19 | 80.31 | 0.4 | 0.68 |
| Hex | B9 | CF | 8E | B | 0 | 1F | 13 | 50 | 28 | 44 |
| Octal | 271 | 317 | 216 | 13 | 0 | 37 | 23 | 120 | 50 | 104 |
| Binary | 10111001 | 11001111 | 10001110 | 1011 | 0 | 11111 | 10011 | 1010000 | 101000 | 1000100 |
Color Harmonies of #B9CF8E
Complementary color
Monochromatic Colors of #B9CF8E
Black with #B9CF8E
Text Example
Text Example
White with #B9CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF8E; }
p { color: rgb(185,207,142); }
H1.HeaderClassName
{
color: #B9CF8E;
}
.AnyTagClassName
{
color: #B9CF8E;
}
</style>
background-color css
<style>
a { background-color: #B9CF8E; }
a { background-color: rgb(185,207,142); }
div.DivClassName
{
background-color: #B9CF8E;
}
.BgClassName
{
background-color: #B9CF8E;
}
</style>
border-color css
<style>
span { border-color: #B9CF8E; }
span { border-color: rgb(185,207,142); }
td.TdClassName
{
border-color: #B9CF8E;
}
.TagClassName
{
border-color: #B9CF8E;
}
</style>