Shades of Sprout #B3CA96
Tints of Sprout #B3CA96
RGB
CMYK
RGB Variations
Color information
#B3CA96 (or 0xB3CA96) is known color: Sprout. HEX triplet: B3, CA and 96. RGB value is (179,202,150). Sum of RGB (Red+Green+Blue) = 179+202+150=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA96 is #4C3569. Grayscale: #BDBDBD. Windows color (decimal): -4994410 or 9882291. OLE color: 9882291.
HSL color Cylindrical-coordinate representation of color #B3CA96: hue angle of 86.54º 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 #B3CA96 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 150 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.21 |
| HSL | 86.54º | 0.33% | 0.69% | - |
| HSV(B) | 86.54º | 0.26% | 0.79% | - |
| XYZ | 45.22 | 54.03 | 36.9 | - |
| YUV | 189.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 150 | 0.11 | 0 | 0.26 | 0.21 | 86.54 | 0.33 | 0.69 |
| Hex | B3 | CA | 96 | B | 0 | 1A | 15 | 57 | 21 | 45 |
| Octal | 263 | 312 | 226 | 13 | 0 | 32 | 25 | 127 | 41 | 105 |
| Binary | 10110011 | 11001010 | 10010110 | 1011 | 0 | 11010 | 10101 | 1010111 | 100001 | 1000101 |
Color Harmonies of #B3CA96
Complementary color
Monochromatic Colors of #B3CA96
Black with #B3CA96
Text Example
Text Example
White with #B3CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA96; }
p { color: rgb(179,202,150); }
H1.HeaderClassName
{
color: #B3CA96;
}
.AnyTagClassName
{
color: #B3CA96;
}
</style>
background-color css
<style>
a { background-color: #B3CA96; }
a { background-color: rgb(179,202,150); }
div.DivClassName
{
background-color: #B3CA96;
}
.BgClassName
{
background-color: #B3CA96;
}
</style>
border-color css
<style>
span { border-color: #B3CA96; }
span { border-color: rgb(179,202,150); }
td.TdClassName
{
border-color: #B3CA96;
}
.TagClassName
{
border-color: #B3CA96;
}
</style>