Shades of Sprout #B6C59B
Tints of Sprout #B6C59B
RGB
CMYK
RGB Variations
Color information
#B6C59B (or 0xB6C59B) is known color: Sprout. HEX triplet: B6, C5 and 9B. RGB value is (182,197,155). Sum of RGB (Red+Green+Blue) = 182+197+155=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C59B is #493A64. Grayscale: #BBBBBB. Windows color (decimal): -4799077 or 10208694. OLE color: 10208694.
HSL color Cylindrical-coordinate representation of color #B6C59B: hue angle of 81.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C59B is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 155 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.23 |
| HSL | 81.43º | 0.27% | 0.69% | - |
| HSV(B) | 81.43º | 0.21% | 0.77% | - |
| XYZ | 45.17 | 52.24 | 38.71 | - |
| YUV | 187.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 155 | 0.08 | 0 | 0.21 | 0.23 | 81.43 | 0.27 | 0.69 |
| Hex | B6 | C5 | 9B | 8 | 0 | 15 | 17 | 51 | 1B | 45 |
| Octal | 266 | 305 | 233 | 10 | 0 | 25 | 27 | 121 | 33 | 105 |
| Binary | 10110110 | 11000101 | 10011011 | 1000 | 0 | 10101 | 10111 | 1010001 | 11011 | 1000101 |
Color Harmonies of #B6C59B
Complementary color
Monochromatic Colors of #B6C59B
Black with #B6C59B
Text Example
Text Example
White with #B6C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C59B; }
p { color: rgb(182,197,155); }
H1.HeaderClassName
{
color: #B6C59B;
}
.AnyTagClassName
{
color: #B6C59B;
}
</style>
background-color css
<style>
a { background-color: #B6C59B; }
a { background-color: rgb(182,197,155); }
div.DivClassName
{
background-color: #B6C59B;
}
.BgClassName
{
background-color: #B6C59B;
}
</style>
border-color css
<style>
span { border-color: #B6C59B; }
span { border-color: rgb(182,197,155); }
td.TdClassName
{
border-color: #B6C59B;
}
.TagClassName
{
border-color: #B6C59B;
}
</style>