Shades of Sprout #B7CA96
Tints of Sprout #B7CA96
RGB
CMYK
RGB Variations
Color information
#B7CA96 (or 0xB7CA96) is known color: Sprout. HEX triplet: B7, CA and 96. RGB value is (183,202,150). Sum of RGB (Red+Green+Blue) = 183+202+150=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA96 is #483569. Grayscale: #BEBEBE. Windows color (decimal): -4732266 or 9882295. OLE color: 9882295.
HSL color Cylindrical-coordinate representation of color #B7CA96: hue angle of 81.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7CA96 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 150 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.21 |
| HSL | 81.92º | 0.33% | 0.69% | - |
| HSV(B) | 81.92º | 0.26% | 0.79% | - |
| XYZ | 46.15 | 54.51 | 36.94 | - |
| YUV | 190.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 150 | 0.09 | 0 | 0.26 | 0.21 | 81.92 | 0.33 | 0.69 |
| Hex | B7 | CA | 96 | 9 | 0 | 1A | 15 | 52 | 21 | 45 |
| Octal | 267 | 312 | 226 | 11 | 0 | 32 | 25 | 122 | 41 | 105 |
| Binary | 10110111 | 11001010 | 10010110 | 1001 | 0 | 11010 | 10101 | 1010010 | 100001 | 1000101 |
Color Harmonies of #B7CA96
Complementary color
Monochromatic Colors of #B7CA96
Black with #B7CA96
Text Example
Text Example
White with #B7CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA96; }
p { color: rgb(183,202,150); }
H1.HeaderClassName
{
color: #B7CA96;
}
.AnyTagClassName
{
color: #B7CA96;
}
</style>
background-color css
<style>
a { background-color: #B7CA96; }
a { background-color: rgb(183,202,150); }
div.DivClassName
{
background-color: #B7CA96;
}
.BgClassName
{
background-color: #B7CA96;
}
</style>
border-color css
<style>
span { border-color: #B7CA96; }
span { border-color: rgb(183,202,150); }
td.TdClassName
{
border-color: #B7CA96;
}
.TagClassName
{
border-color: #B7CA96;
}
</style>