Shades of Sprout #B7CA93
Tints of Sprout #B7CA93
RGB
CMYK
RGB Variations
Color information
#B7CA93 (or 0xB7CA93) is known color: Sprout. HEX triplet: B7, CA and 93. RGB value is (183,202,147). Sum of RGB (Red+Green+Blue) = 183+202+147=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA93 is #48356C. Grayscale: #BEBEBE. Windows color (decimal): -4732269 or 9685687. OLE color: 9685687.
HSL color Cylindrical-coordinate representation of color #B7CA93: hue angle of 80.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7CA93 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 147 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.21 |
| HSL | 80.73º | 0.34% | 0.68% | - |
| HSV(B) | 80.73º | 0.27% | 0.79% | - |
| XYZ | 45.92 | 54.41 | 35.69 | - |
| YUV | 190.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 147 | 0.09 | 0 | 0.27 | 0.21 | 80.73 | 0.34 | 0.68 |
| Hex | B7 | CA | 93 | 9 | 0 | 1B | 15 | 51 | 22 | 44 |
| Octal | 267 | 312 | 223 | 11 | 0 | 33 | 25 | 121 | 42 | 104 |
| Binary | 10110111 | 11001010 | 10010011 | 1001 | 0 | 11011 | 10101 | 1010001 | 100010 | 1000100 |
Color Harmonies of #B7CA93
Complementary color
Monochromatic Colors of #B7CA93
Black with #B7CA93
Text Example
Text Example
White with #B7CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA93; }
p { color: rgb(183,202,147); }
H1.HeaderClassName
{
color: #B7CA93;
}
.AnyTagClassName
{
color: #B7CA93;
}
</style>
background-color css
<style>
a { background-color: #B7CA93; }
a { background-color: rgb(183,202,147); }
div.DivClassName
{
background-color: #B7CA93;
}
.BgClassName
{
background-color: #B7CA93;
}
</style>
border-color css
<style>
span { border-color: #B7CA93; }
span { border-color: rgb(183,202,147); }
td.TdClassName
{
border-color: #B7CA93;
}
.TagClassName
{
border-color: #B7CA93;
}
</style>