Shades of Sprout #B5CF93
Tints of Sprout #B5CF93
RGB
CMYK
RGB Variations
Color information
#B5CF93 (or 0xB5CF93) is known color: Sprout. HEX triplet: B5, CF and 93. RGB value is (181,207,147). Sum of RGB (Red+Green+Blue) = 181+207+147=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CF93 is #4A306C. Grayscale: #C0C0C0. Windows color (decimal): -4862061 or 9686965. OLE color: 9686965.
HSL color Cylindrical-coordinate representation of color #B5CF93: hue angle of 86º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CF93 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 147 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.19 |
| HSL | 86º | 0.38% | 0.69% | - |
| HSV(B) | 86º | 0.29% | 0.81% | - |
| XYZ | 46.64 | 56.56 | 36.06 | - |
| YUV | 192.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 147 | 0.13 | 0 | 0.29 | 0.19 | 86 | 0.38 | 0.69 |
| Hex | B5 | CF | 93 | D | 0 | 1D | 13 | 56 | 26 | 45 |
| Octal | 265 | 317 | 223 | 15 | 0 | 35 | 23 | 126 | 46 | 105 |
| Binary | 10110101 | 11001111 | 10010011 | 1101 | 0 | 11101 | 10011 | 1010110 | 100110 | 1000101 |
Color Harmonies of #B5CF93
Complementary color
Monochromatic Colors of #B5CF93
Black with #B5CF93
Text Example
Text Example
White with #B5CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF93; }
p { color: rgb(181,207,147); }
H1.HeaderClassName
{
color: #B5CF93;
}
.AnyTagClassName
{
color: #B5CF93;
}
</style>
background-color css
<style>
a { background-color: #B5CF93; }
a { background-color: rgb(181,207,147); }
div.DivClassName
{
background-color: #B5CF93;
}
.BgClassName
{
background-color: #B5CF93;
}
</style>
border-color css
<style>
span { border-color: #B5CF93; }
span { border-color: rgb(181,207,147); }
td.TdClassName
{
border-color: #B5CF93;
}
.TagClassName
{
border-color: #B5CF93;
}
</style>