Shades of Sprout #B7CA90
Tints of Sprout #B7CA90
RGB
CMYK
RGB Variations
Color information
#B7CA90 (or 0xB7CA90) is known color: Sprout. HEX triplet: B7, CA and 90. RGB value is (183,202,144). Sum of RGB (Red+Green+Blue) = 183+202+144=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA90 is #48356F. Grayscale: #BDBDBD. Windows color (decimal): -4732272 or 9489079. OLE color: 9489079.
HSL color Cylindrical-coordinate representation of color #B7CA90: hue angle of 79.66º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7CA90 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 144 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.21 |
| HSL | 79.66º | 0.35% | 0.68% | - |
| HSV(B) | 79.66º | 0.29% | 0.79% | - |
| XYZ | 45.68 | 54.32 | 34.46 | - |
| YUV | 189.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 144 | 0.09 | 0 | 0.29 | 0.21 | 79.66 | 0.35 | 0.68 |
| Hex | B7 | CA | 90 | 9 | 0 | 1D | 15 | 50 | 23 | 44 |
| Octal | 267 | 312 | 220 | 11 | 0 | 35 | 25 | 120 | 43 | 104 |
| Binary | 10110111 | 11001010 | 10010000 | 1001 | 0 | 11101 | 10101 | 1010000 | 100011 | 1000100 |
Color Harmonies of #B7CA90
Complementary color
Monochromatic Colors of #B7CA90
Black with #B7CA90
Text Example
Text Example
White with #B7CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA90; }
p { color: rgb(183,202,144); }
H1.HeaderClassName
{
color: #B7CA90;
}
.AnyTagClassName
{
color: #B7CA90;
}
</style>
background-color css
<style>
a { background-color: #B7CA90; }
a { background-color: rgb(183,202,144); }
div.DivClassName
{
background-color: #B7CA90;
}
.BgClassName
{
background-color: #B7CA90;
}
</style>
border-color css
<style>
span { border-color: #B7CA90; }
span { border-color: rgb(183,202,144); }
td.TdClassName
{
border-color: #B7CA90;
}
.TagClassName
{
border-color: #B7CA90;
}
</style>