Shades of Sprout #B5C69F
Tints of Sprout #B5C69F
RGB
CMYK
RGB Variations
Color information
#B5C69F (or 0xB5C69F) is known color: Sprout. HEX triplet: B5, C6 and 9F. RGB value is (181,198,159). Sum of RGB (Red+Green+Blue) = 181+198+159=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C69F is #4A3960. Grayscale: #BCBCBC. Windows color (decimal): -4864353 or 10471093. OLE color: 10471093.
HSL color Cylindrical-coordinate representation of color #B5C69F: hue angle of 86.15º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5C69F is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 159 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.22 |
| HSL | 86.15º | 0.25% | 0.7% | - |
| HSV(B) | 86.15º | 0.2% | 0.78% | - |
| XYZ | 45.51 | 52.72 | 40.58 | - |
| YUV | 188.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 159 | 0.09 | 0 | 0.20 | 0.22 | 86.15 | 0.25 | 0.7 |
| Hex | B5 | C6 | 9F | 9 | 0 | 14 | 16 | 56 | 19 | 46 |
| Octal | 265 | 306 | 237 | 11 | 0 | 24 | 26 | 126 | 31 | 106 |
| Binary | 10110101 | 11000110 | 10011111 | 1001 | 0 | 10100 | 10110 | 1010110 | 11001 | 1000110 |
Color Harmonies of #B5C69F
Complementary color
Monochromatic Colors of #B5C69F
Black with #B5C69F
Text Example
Text Example
White with #B5C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C69F; }
p { color: rgb(181,198,159); }
H1.HeaderClassName
{
color: #B5C69F;
}
.AnyTagClassName
{
color: #B5C69F;
}
</style>
background-color css
<style>
a { background-color: #B5C69F; }
a { background-color: rgb(181,198,159); }
div.DivClassName
{
background-color: #B5C69F;
}
.BgClassName
{
background-color: #B5C69F;
}
</style>
border-color css
<style>
span { border-color: #B5C69F; }
span { border-color: rgb(181,198,159); }
td.TdClassName
{
border-color: #B5C69F;
}
.TagClassName
{
border-color: #B5C69F;
}
</style>