Shades of Sprout #B6C399
Tints of Sprout #B6C399
RGB
CMYK
RGB Variations
Color information
#B6C399 (or 0xB6C399) is known color: Sprout. HEX triplet: B6, C3 and 99. RGB value is (182,195,153). Sum of RGB (Red+Green+Blue) = 182+195+153=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C399 is #493C66. Grayscale: #BABABA. Windows color (decimal): -4799591 or 10077110. OLE color: 10077110.
HSL color Cylindrical-coordinate representation of color #B6C399: hue angle of 78.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C399 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 195 | 153 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.24 |
| HSL | 78.57º | 0.26% | 0.68% | - |
| HSV(B) | 78.57º | 0.22% | 0.76% | - |
| XYZ | 44.56 | 51.28 | 37.69 | - |
| YUV | 186.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 153 | 0.07 | 0 | 0.22 | 0.24 | 78.57 | 0.26 | 0.68 |
| Hex | B6 | C3 | 99 | 7 | 0 | 16 | 18 | 4F | 1A | 44 |
| Octal | 266 | 303 | 231 | 7 | 0 | 26 | 30 | 117 | 32 | 104 |
| Binary | 10110110 | 11000011 | 10011001 | 111 | 0 | 10110 | 11000 | 1001111 | 11010 | 1000100 |
Color Harmonies of #B6C399
Complementary color
Monochromatic Colors of #B6C399
Black with #B6C399
Text Example
Text Example
White with #B6C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C399; }
p { color: rgb(182,195,153); }
H1.HeaderClassName
{
color: #B6C399;
}
.AnyTagClassName
{
color: #B6C399;
}
</style>
background-color css
<style>
a { background-color: #B6C399; }
a { background-color: rgb(182,195,153); }
div.DivClassName
{
background-color: #B6C399;
}
.BgClassName
{
background-color: #B6C399;
}
</style>
border-color css
<style>
span { border-color: #B6C399; }
span { border-color: rgb(182,195,153); }
td.TdClassName
{
border-color: #B6C399;
}
.TagClassName
{
border-color: #B6C399;
}
</style>