Shades of Sprout #B6D699
Tints of Sprout #B6D699
RGB
CMYK
RGB Variations
Color information
#B6D699 (or 0xB6D699) is known color: Sprout. HEX triplet: B6, D6 and 99. RGB value is (182,214,153). Sum of RGB (Red+Green+Blue) = 182+214+153=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D699 is #492966. Grayscale: #C5C5C5. Windows color (decimal): -4794727 or 10081974. OLE color: 10081974.
HSL color Cylindrical-coordinate representation of color #B6D699: hue angle of 91.48º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6D699 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 153 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.16 |
| HSL | 91.48º | 0.43% | 0.72% | - |
| HSV(B) | 91.48º | 0.29% | 0.84% | - |
| XYZ | 49.09 | 60.34 | 39.2 | - |
| YUV | 197.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 153 | 0.15 | 0 | 0.29 | 0.16 | 91.48 | 0.43 | 0.72 |
| Hex | B6 | D6 | 99 | F | 0 | 1D | 10 | 5B | 2B | 48 |
| Octal | 266 | 326 | 231 | 17 | 0 | 35 | 20 | 133 | 53 | 110 |
| Binary | 10110110 | 11010110 | 10011001 | 1111 | 0 | 11101 | 10000 | 1011011 | 101011 | 1001000 |
Color Harmonies of #B6D699
Complementary color
Monochromatic Colors of #B6D699
Black with #B6D699
Text Example
Text Example
White with #B6D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D699; }
p { color: rgb(182,214,153); }
H1.HeaderClassName
{
color: #B6D699;
}
.AnyTagClassName
{
color: #B6D699;
}
</style>
background-color css
<style>
a { background-color: #B6D699; }
a { background-color: rgb(182,214,153); }
div.DivClassName
{
background-color: #B6D699;
}
.BgClassName
{
background-color: #B6D699;
}
</style>
border-color css
<style>
span { border-color: #B6D699; }
span { border-color: rgb(182,214,153); }
td.TdClassName
{
border-color: #B6D699;
}
.TagClassName
{
border-color: #B6D699;
}
</style>