Shades of Sprout #B8CC99
Tints of Sprout #B8CC99
RGB
CMYK
RGB Variations
Color information
#B8CC99 (or 0xB8CC99) is known color: Sprout. HEX triplet: B8, CC and 99. RGB value is (184,204,153). Sum of RGB (Red+Green+Blue) = 184+204+153=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CC99 is #473366. Grayscale: #C0C0C0. Windows color (decimal): -4666215 or 10079416. OLE color: 10079416.
HSL color Cylindrical-coordinate representation of color #B8CC99: hue angle of 83.53º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8CC99 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 153 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.2 |
| HSL | 83.53º | 0.33% | 0.7% | - |
| HSV(B) | 83.53º | 0.25% | 0.8% | - |
| XYZ | 47.11 | 55.68 | 38.4 | - |
| YUV | 192.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 153 | 0.10 | 0 | 0.25 | 0.2 | 83.53 | 0.33 | 0.7 |
| Hex | B8 | CC | 99 | A | 0 | 19 | 14 | 54 | 21 | 46 |
| Octal | 270 | 314 | 231 | 12 | 0 | 31 | 24 | 124 | 41 | 106 |
| Binary | 10111000 | 11001100 | 10011001 | 1010 | 0 | 11001 | 10100 | 1010100 | 100001 | 1000110 |
Color Harmonies of #B8CC99
Complementary color
Monochromatic Colors of #B8CC99
Black with #B8CC99
Text Example
Text Example
White with #B8CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC99; }
p { color: rgb(184,204,153); }
H1.HeaderClassName
{
color: #B8CC99;
}
.AnyTagClassName
{
color: #B8CC99;
}
</style>
background-color css
<style>
a { background-color: #B8CC99; }
a { background-color: rgb(184,204,153); }
div.DivClassName
{
background-color: #B8CC99;
}
.BgClassName
{
background-color: #B8CC99;
}
</style>
border-color css
<style>
span { border-color: #B8CC99; }
span { border-color: rgb(184,204,153); }
td.TdClassName
{
border-color: #B8CC99;
}
.TagClassName
{
border-color: #B8CC99;
}
</style>