Shades of Sprout #B0CD8C
Tints of Sprout #B0CD8C
RGB
CMYK
RGB Variations
Color information
#B0CD8C (or 0xB0CD8C) is known color: Sprout. HEX triplet: B0, CD and 8C. RGB value is (176,205,140). Sum of RGB (Red+Green+Blue) = 176+205+140=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CD8C is #4F3273. Grayscale: #BDBDBD. Windows color (decimal): -5190260 or 9227696. OLE color: 9227696.
HSL color Cylindrical-coordinate representation of color #B0CD8C: hue angle of 86.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0CD8C is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 140 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.20 |
| HSL | 86.77º | 0.39% | 0.68% | - |
| HSV(B) | 86.77º | 0.32% | 0.8% | - |
| XYZ | 44.47 | 54.79 | 33.04 | - |
| YUV | 188.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 140 | 0.14 | 0 | 0.32 | 0.20 | 86.77 | 0.39 | 0.68 |
| Hex | B0 | CD | 8C | E | 0 | 20 | 14 | 57 | 27 | 44 |
| Octal | 260 | 315 | 214 | 16 | 0 | 40 | 24 | 127 | 47 | 104 |
| Binary | 10110000 | 11001101 | 10001100 | 1110 | 0 | 100000 | 10100 | 1010111 | 100111 | 1000100 |
Color Harmonies of #B0CD8C
Complementary color
Monochromatic Colors of #B0CD8C
Black with #B0CD8C
Text Example
Text Example
White with #B0CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CD8C; }
p { color: rgb(176,205,140); }
H1.HeaderClassName
{
color: #B0CD8C;
}
.AnyTagClassName
{
color: #B0CD8C;
}
</style>
background-color css
<style>
a { background-color: #B0CD8C; }
a { background-color: rgb(176,205,140); }
div.DivClassName
{
background-color: #B0CD8C;
}
.BgClassName
{
background-color: #B0CD8C;
}
</style>
border-color css
<style>
span { border-color: #B0CD8C; }
span { border-color: rgb(176,205,140); }
td.TdClassName
{
border-color: #B0CD8C;
}
.TagClassName
{
border-color: #B0CD8C;
}
</style>