Shades of Sprout #B9C993
Tints of Sprout #B9C993
RGB
CMYK
RGB Variations
Color information
#B9C993 (or 0xB9C993) is known color: Sprout. HEX triplet: B9, C9 and 93. RGB value is (185,201,147). Sum of RGB (Red+Green+Blue) = 185+201+147=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C993 is #46366C. Grayscale: #BEBEBE. Windows color (decimal): -4601453 or 9685433. OLE color: 9685433.
HSL color Cylindrical-coordinate representation of color #B9C993: hue angle of 77.78º degrees, saturation: 0.33, 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 #B9C993 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 147 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.21 |
| HSL | 77.78º | 0.33% | 0.68% | - |
| HSV(B) | 77.78º | 0.27% | 0.79% | - |
| XYZ | 46.16 | 54.19 | 35.63 | - |
| YUV | 190.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 147 | 0.08 | 0 | 0.27 | 0.21 | 77.78 | 0.33 | 0.68 |
| Hex | B9 | C9 | 93 | 8 | 0 | 1B | 15 | 4E | 21 | 44 |
| Octal | 271 | 311 | 223 | 10 | 0 | 33 | 25 | 116 | 41 | 104 |
| Binary | 10111001 | 11001001 | 10010011 | 1000 | 0 | 11011 | 10101 | 1001110 | 100001 | 1000100 |
Color Harmonies of #B9C993
Complementary color
Monochromatic Colors of #B9C993
Black with #B9C993
Text Example
Text Example
White with #B9C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C993; }
p { color: rgb(185,201,147); }
H1.HeaderClassName
{
color: #B9C993;
}
.AnyTagClassName
{
color: #B9C993;
}
</style>
background-color css
<style>
a { background-color: #B9C993; }
a { background-color: rgb(185,201,147); }
div.DivClassName
{
background-color: #B9C993;
}
.BgClassName
{
background-color: #B9C993;
}
</style>
border-color css
<style>
span { border-color: #B9C993; }
span { border-color: rgb(185,201,147); }
td.TdClassName
{
border-color: #B9C993;
}
.TagClassName
{
border-color: #B9C993;
}
</style>