Shades of Sprout #B7CA9A
Tints of Sprout #B7CA9A
RGB
CMYK
RGB Variations
Color information
#B7CA9A (or 0xB7CA9A) is known color: Sprout. HEX triplet: B7, CA and 9A. RGB value is (183,202,154). Sum of RGB (Red+Green+Blue) = 183+202+154=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA9A is #483565. Grayscale: #BFBFBF. Windows color (decimal): -4732262 or 10144439. OLE color: 10144439.
HSL color Cylindrical-coordinate representation of color #B7CA9A: hue angle of 83.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CA9A is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 154 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.21 |
| HSL | 83.75º | 0.31% | 0.7% | - |
| HSV(B) | 83.75º | 0.24% | 0.79% | - |
| XYZ | 46.48 | 54.64 | 38.67 | - |
| YUV | 190.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 154 | 0.09 | 0 | 0.24 | 0.21 | 83.75 | 0.31 | 0.7 |
| Hex | B7 | CA | 9A | 9 | 0 | 18 | 15 | 54 | 1F | 46 |
| Octal | 267 | 312 | 232 | 11 | 0 | 30 | 25 | 124 | 37 | 106 |
| Binary | 10110111 | 11001010 | 10011010 | 1001 | 0 | 11000 | 10101 | 1010100 | 11111 | 1000110 |
Color Harmonies of #B7CA9A
Complementary color
Monochromatic Colors of #B7CA9A
Black with #B7CA9A
Text Example
Text Example
White with #B7CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA9A; }
p { color: rgb(183,202,154); }
H1.HeaderClassName
{
color: #B7CA9A;
}
.AnyTagClassName
{
color: #B7CA9A;
}
</style>
background-color css
<style>
a { background-color: #B7CA9A; }
a { background-color: rgb(183,202,154); }
div.DivClassName
{
background-color: #B7CA9A;
}
.BgClassName
{
background-color: #B7CA9A;
}
</style>
border-color css
<style>
span { border-color: #B7CA9A; }
span { border-color: rgb(183,202,154); }
td.TdClassName
{
border-color: #B7CA9A;
}
.TagClassName
{
border-color: #B7CA9A;
}
</style>