Shades of Sprout #B6C293
Tints of Sprout #B6C293
RGB
CMYK
RGB Variations
Color information
#B6C293 (or 0xB6C293) is known color: Sprout. HEX triplet: B6, C2 and 93. RGB value is (182,194,147). Sum of RGB (Red+Green+Blue) = 182+194+147=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C293 is #493D6C. Grayscale: #B9B9B9. Windows color (decimal): -4799853 or 9683638. OLE color: 9683638.
HSL color Cylindrical-coordinate representation of color #B6C293: hue angle of 75.32º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C293 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 147 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.24 |
| HSL | 75.32º | 0.28% | 0.67% | - |
| HSV(B) | 75.32º | 0.24% | 0.76% | - |
| XYZ | 43.85 | 50.64 | 35.07 | - |
| YUV | 185.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 147 | 0.06 | 0 | 0.24 | 0.24 | 75.32 | 0.28 | 0.67 |
| Hex | B6 | C2 | 93 | 6 | 0 | 18 | 18 | 4B | 1C | 43 |
| Octal | 266 | 302 | 223 | 6 | 0 | 30 | 30 | 113 | 34 | 103 |
| Binary | 10110110 | 11000010 | 10010011 | 110 | 0 | 11000 | 11000 | 1001011 | 11100 | 1000011 |
Color Harmonies of #B6C293
Complementary color
Monochromatic Colors of #B6C293
Black with #B6C293
Text Example
Text Example
White with #B6C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C293; }
p { color: rgb(182,194,147); }
H1.HeaderClassName
{
color: #B6C293;
}
.AnyTagClassName
{
color: #B6C293;
}
</style>
background-color css
<style>
a { background-color: #B6C293; }
a { background-color: rgb(182,194,147); }
div.DivClassName
{
background-color: #B6C293;
}
.BgClassName
{
background-color: #B6C293;
}
</style>
border-color css
<style>
span { border-color: #B6C293; }
span { border-color: rgb(182,194,147); }
td.TdClassName
{
border-color: #B6C293;
}
.TagClassName
{
border-color: #B6C293;
}
</style>