Shades of Sprout #B6C69B
Tints of Sprout #B6C69B
RGB
CMYK
RGB Variations
Color information
#B6C69B (or 0xB6C69B) is known color: Sprout. HEX triplet: B6, C6 and 9B. RGB value is (182,198,155). Sum of RGB (Red+Green+Blue) = 182+198+155=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C69B is #493964. Grayscale: #BCBCBC. Windows color (decimal): -4798821 or 10208950. OLE color: 10208950.
HSL color Cylindrical-coordinate representation of color #B6C69B: hue angle of 82.33º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C69B is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 155 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.22 |
| HSL | 82.33º | 0.27% | 0.69% | - |
| HSV(B) | 82.33º | 0.22% | 0.78% | - |
| XYZ | 45.4 | 52.7 | 38.79 | - |
| YUV | 188.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 155 | 0.08 | 0 | 0.22 | 0.22 | 82.33 | 0.27 | 0.69 |
| Hex | B6 | C6 | 9B | 8 | 0 | 16 | 16 | 52 | 1B | 45 |
| Octal | 266 | 306 | 233 | 10 | 0 | 26 | 26 | 122 | 33 | 105 |
| Binary | 10110110 | 11000110 | 10011011 | 1000 | 0 | 10110 | 10110 | 1010010 | 11011 | 1000101 |
Color Harmonies of #B6C69B
Complementary color
Monochromatic Colors of #B6C69B
Black with #B6C69B
Text Example
Text Example
White with #B6C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C69B; }
p { color: rgb(182,198,155); }
H1.HeaderClassName
{
color: #B6C69B;
}
.AnyTagClassName
{
color: #B6C69B;
}
</style>
background-color css
<style>
a { background-color: #B6C69B; }
a { background-color: rgb(182,198,155); }
div.DivClassName
{
background-color: #B6C69B;
}
.BgClassName
{
background-color: #B6C69B;
}
</style>
border-color css
<style>
span { border-color: #B6C69B; }
span { border-color: rgb(182,198,155); }
td.TdClassName
{
border-color: #B6C69B;
}
.TagClassName
{
border-color: #B6C69B;
}
</style>