Shades of Sprout #B3C09D
Tints of Sprout #B3C09D
RGB
CMYK
RGB Variations
Color information
#B3C09D (or 0xB3C09D) is known color: Sprout. HEX triplet: B3, C0 and 9D. RGB value is (179,192,157). Sum of RGB (Red+Green+Blue) = 179+192+157=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C09D is #4C3F62. Grayscale: #B8B8B8. Windows color (decimal): -4996963 or 10338483. OLE color: 10338483.
HSL color Cylindrical-coordinate representation of color #B3C09D: hue angle of 82.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C09D is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 157 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.25 |
| HSL | 82.29º | 0.22% | 0.68% | - |
| HSV(B) | 82.29º | 0.18% | 0.75% | - |
| XYZ | 43.53 | 49.72 | 39.2 | - |
| YUV | 184.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 157 | 0.07 | 0 | 0.18 | 0.25 | 82.29 | 0.22 | 0.68 |
| Hex | B3 | C0 | 9D | 7 | 0 | 12 | 19 | 52 | 16 | 44 |
| Octal | 263 | 300 | 235 | 7 | 0 | 22 | 31 | 122 | 26 | 104 |
| Binary | 10110011 | 11000000 | 10011101 | 111 | 0 | 10010 | 11001 | 1010010 | 10110 | 1000100 |
Color Harmonies of #B3C09D
Complementary color
Monochromatic Colors of #B3C09D
Black with #B3C09D
Text Example
Text Example
White with #B3C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C09D; }
p { color: rgb(179,192,157); }
H1.HeaderClassName
{
color: #B3C09D;
}
.AnyTagClassName
{
color: #B3C09D;
}
</style>
background-color css
<style>
a { background-color: #B3C09D; }
a { background-color: rgb(179,192,157); }
div.DivClassName
{
background-color: #B3C09D;
}
.BgClassName
{
background-color: #B3C09D;
}
</style>
border-color css
<style>
span { border-color: #B3C09D; }
span { border-color: rgb(179,192,157); }
td.TdClassName
{
border-color: #B3C09D;
}
.TagClassName
{
border-color: #B3C09D;
}
</style>