Shades of Sprout #B3CB8D
Tints of Sprout #B3CB8D
RGB
CMYK
RGB Variations
Color information
#B3CB8D (or 0xB3CB8D) is known color: Sprout. HEX triplet: B3, CB and 8D. RGB value is (179,203,141). Sum of RGB (Red+Green+Blue) = 179+203+141=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CB8D is #4C3472. Grayscale: #BCBCBC. Windows color (decimal): -4994163 or 9292723. OLE color: 9292723.
HSL color Cylindrical-coordinate representation of color #B3CB8D: hue angle of 83.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3CB8D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 141 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.20 |
| HSL | 83.23º | 0.37% | 0.67% | - |
| HSV(B) | 83.23º | 0.31% | 0.8% | - |
| XYZ | 44.75 | 54.22 | 33.31 | - |
| YUV | 188.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 141 | 0.12 | 0 | 0.31 | 0.20 | 83.23 | 0.37 | 0.67 |
| Hex | B3 | CB | 8D | C | 0 | 1F | 14 | 53 | 25 | 43 |
| Octal | 263 | 313 | 215 | 14 | 0 | 37 | 24 | 123 | 45 | 103 |
| Binary | 10110011 | 11001011 | 10001101 | 1100 | 0 | 11111 | 10100 | 1010011 | 100101 | 1000011 |
Color Harmonies of #B3CB8D
Complementary color
Monochromatic Colors of #B3CB8D
Black with #B3CB8D
Text Example
Text Example
White with #B3CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB8D; }
p { color: rgb(179,203,141); }
H1.HeaderClassName
{
color: #B3CB8D;
}
.AnyTagClassName
{
color: #B3CB8D;
}
</style>
background-color css
<style>
a { background-color: #B3CB8D; }
a { background-color: rgb(179,203,141); }
div.DivClassName
{
background-color: #B3CB8D;
}
.BgClassName
{
background-color: #B3CB8D;
}
</style>
border-color css
<style>
span { border-color: #B3CB8D; }
span { border-color: rgb(179,203,141); }
td.TdClassName
{
border-color: #B3CB8D;
}
.TagClassName
{
border-color: #B3CB8D;
}
</style>