Shades of Sprout #B7CC9B
Tints of Sprout #B7CC9B
RGB
CMYK
RGB Variations
Color information
#B7CC9B (or 0xB7CC9B) is known color: Sprout. HEX triplet: B7, CC and 9B. RGB value is (183,204,155). Sum of RGB (Red+Green+Blue) = 183+204+155=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC9B is #483364. Grayscale: #C0C0C0. Windows color (decimal): -4731749 or 10210487. OLE color: 10210487.
HSL color Cylindrical-coordinate representation of color #B7CC9B: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CC9B is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 155 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.2 |
| HSL | 85.71º | 0.32% | 0.7% | - |
| HSV(B) | 85.71º | 0.24% | 0.8% | - |
| XYZ | 47.04 | 55.62 | 39.27 | - |
| YUV | 192.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 155 | 0.10 | 0 | 0.24 | 0.2 | 85.71 | 0.32 | 0.7 |
| Hex | B7 | CC | 9B | A | 0 | 18 | 14 | 56 | 20 | 46 |
| Octal | 267 | 314 | 233 | 12 | 0 | 30 | 24 | 126 | 40 | 106 |
| Binary | 10110111 | 11001100 | 10011011 | 1010 | 0 | 11000 | 10100 | 1010110 | 100000 | 1000110 |
Color Harmonies of #B7CC9B
Complementary color
Monochromatic Colors of #B7CC9B
Black with #B7CC9B
Text Example
Text Example
White with #B7CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC9B; }
p { color: rgb(183,204,155); }
H1.HeaderClassName
{
color: #B7CC9B;
}
.AnyTagClassName
{
color: #B7CC9B;
}
</style>
background-color css
<style>
a { background-color: #B7CC9B; }
a { background-color: rgb(183,204,155); }
div.DivClassName
{
background-color: #B7CC9B;
}
.BgClassName
{
background-color: #B7CC9B;
}
</style>
border-color css
<style>
span { border-color: #B7CC9B; }
span { border-color: rgb(183,204,155); }
td.TdClassName
{
border-color: #B7CC9B;
}
.TagClassName
{
border-color: #B7CC9B;
}
</style>