Shades of Sprout #B8CC90
Tints of Sprout #B8CC90
RGB
CMYK
RGB Variations
Color information
#B8CC90 (or 0xB8CC90) is known color: Sprout. HEX triplet: B8, CC and 90. RGB value is (184,204,144). Sum of RGB (Red+Green+Blue) = 184+204+144=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CC90 is #47336F. Grayscale: #BFBFBF. Windows color (decimal): -4666224 or 9489592. OLE color: 9489592.
HSL color Cylindrical-coordinate representation of color #B8CC90: hue angle of 80º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8CC90 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 144 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.2 |
| HSL | 80º | 0.37% | 0.68% | - |
| HSV(B) | 80º | 0.29% | 0.8% | - |
| XYZ | 46.39 | 55.39 | 34.63 | - |
| YUV | 191.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 144 | 0.10 | 0 | 0.29 | 0.2 | 80 | 0.37 | 0.68 |
| Hex | B8 | CC | 90 | A | 0 | 1D | 14 | 50 | 25 | 44 |
| Octal | 270 | 314 | 220 | 12 | 0 | 35 | 24 | 120 | 45 | 104 |
| Binary | 10111000 | 11001100 | 10010000 | 1010 | 0 | 11101 | 10100 | 1010000 | 100101 | 1000100 |
Color Harmonies of #B8CC90
Complementary color
Monochromatic Colors of #B8CC90
Black with #B8CC90
Text Example
Text Example
White with #B8CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC90; }
p { color: rgb(184,204,144); }
H1.HeaderClassName
{
color: #B8CC90;
}
.AnyTagClassName
{
color: #B8CC90;
}
</style>
background-color css
<style>
a { background-color: #B8CC90; }
a { background-color: rgb(184,204,144); }
div.DivClassName
{
background-color: #B8CC90;
}
.BgClassName
{
background-color: #B8CC90;
}
</style>
border-color css
<style>
span { border-color: #B8CC90; }
span { border-color: rgb(184,204,144); }
td.TdClassName
{
border-color: #B8CC90;
}
.TagClassName
{
border-color: #B8CC90;
}
</style>