Shades of Sprout #B3C09E
Tints of Sprout #B3C09E
RGB
CMYK
RGB Variations
Color information
#B3C09E (or 0xB3C09E) is known color: Sprout. HEX triplet: B3, C0 and 9E. RGB value is (179,192,158). Sum of RGB (Red+Green+Blue) = 179+192+158=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C09E is #4C3F61. Grayscale: #B8B8B8. Windows color (decimal): -4996962 or 10404019. OLE color: 10404019.
HSL color Cylindrical-coordinate representation of color #B3C09E: hue angle of 82.94º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C09E is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 158 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.25 |
| HSL | 82.94º | 0.21% | 0.69% | - |
| HSV(B) | 82.94º | 0.18% | 0.75% | - |
| XYZ | 43.61 | 49.75 | 39.65 | - |
| YUV | 184.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 158 | 0.07 | 0 | 0.18 | 0.25 | 82.94 | 0.21 | 0.69 |
| Hex | B3 | C0 | 9E | 7 | 0 | 12 | 19 | 53 | 15 | 45 |
| Octal | 263 | 300 | 236 | 7 | 0 | 22 | 31 | 123 | 25 | 105 |
| Binary | 10110011 | 11000000 | 10011110 | 111 | 0 | 10010 | 11001 | 1010011 | 10101 | 1000101 |
Color Harmonies of #B3C09E
Complementary color
Monochromatic Colors of #B3C09E
Black with #B3C09E
Text Example
Text Example
White with #B3C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C09E; }
p { color: rgb(179,192,158); }
H1.HeaderClassName
{
color: #B3C09E;
}
.AnyTagClassName
{
color: #B3C09E;
}
</style>
background-color css
<style>
a { background-color: #B3C09E; }
a { background-color: rgb(179,192,158); }
div.DivClassName
{
background-color: #B3C09E;
}
.BgClassName
{
background-color: #B3C09E;
}
</style>
border-color css
<style>
span { border-color: #B3C09E; }
span { border-color: rgb(179,192,158); }
td.TdClassName
{
border-color: #B3C09E;
}
.TagClassName
{
border-color: #B3C09E;
}
</style>