Shades of Sprout #B3CC8D
Tints of Sprout #B3CC8D
RGB
CMYK
RGB Variations
Color information
#B3CC8D (or 0xB3CC8D) is known color: Sprout. HEX triplet: B3, CC and 8D. RGB value is (179,204,141). Sum of RGB (Red+Green+Blue) = 179+204+141=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CC8D is #4C3372. Grayscale: #BDBDBD. Windows color (decimal): -4993907 or 9292979. OLE color: 9292979.
HSL color Cylindrical-coordinate representation of color #B3CC8D: hue angle of 83.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3CC8D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 141 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.2 |
| HSL | 83.81º | 0.38% | 0.68% | - |
| HSV(B) | 83.81º | 0.31% | 0.8% | - |
| XYZ | 44.99 | 54.69 | 33.38 | - |
| YUV | 189.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 141 | 0.12 | 0 | 0.31 | 0.2 | 83.81 | 0.38 | 0.68 |
| Hex | B3 | CC | 8D | C | 0 | 1F | 14 | 54 | 26 | 44 |
| Octal | 263 | 314 | 215 | 14 | 0 | 37 | 24 | 124 | 46 | 104 |
| Binary | 10110011 | 11001100 | 10001101 | 1100 | 0 | 11111 | 10100 | 1010100 | 100110 | 1000100 |
Color Harmonies of #B3CC8D
Complementary color
Monochromatic Colors of #B3CC8D
Black with #B3CC8D
Text Example
Text Example
White with #B3CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CC8D; }
p { color: rgb(179,204,141); }
H1.HeaderClassName
{
color: #B3CC8D;
}
.AnyTagClassName
{
color: #B3CC8D;
}
</style>
background-color css
<style>
a { background-color: #B3CC8D; }
a { background-color: rgb(179,204,141); }
div.DivClassName
{
background-color: #B3CC8D;
}
.BgClassName
{
background-color: #B3CC8D;
}
</style>
border-color css
<style>
span { border-color: #B3CC8D; }
span { border-color: rgb(179,204,141); }
td.TdClassName
{
border-color: #B3CC8D;
}
.TagClassName
{
border-color: #B3CC8D;
}
</style>