Shades of Sprout #BCCC97
Tints of Sprout #BCCC97
RGB
CMYK
RGB Variations
Color information
#BCCC97 (or 0xBCCC97) is known color: Sprout. HEX triplet: BC, CC and 97. RGB value is (188,204,151). Sum of RGB (Red+Green+Blue) = 188+204+151=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC97 is #433368. Grayscale: #C1C1C1. Windows color (decimal): -4404073 or 9948348. OLE color: 9948348.
HSL color Cylindrical-coordinate representation of color #BCCC97: hue angle of 78.11º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCC97 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 151 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.2 |
| HSL | 78.11º | 0.34% | 0.7% | - |
| HSV(B) | 78.11º | 0.26% | 0.8% | - |
| XYZ | 47.92 | 56.11 | 37.58 | - |
| YUV | 193.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 151 | 0.08 | 0 | 0.26 | 0.2 | 78.11 | 0.34 | 0.7 |
| Hex | BC | CC | 97 | 8 | 0 | 1A | 14 | 4E | 22 | 46 |
| Octal | 274 | 314 | 227 | 10 | 0 | 32 | 24 | 116 | 42 | 106 |
| Binary | 10111100 | 11001100 | 10010111 | 1000 | 0 | 11010 | 10100 | 1001110 | 100010 | 1000110 |
Color Harmonies of #BCCC97
Complementary color
Monochromatic Colors of #BCCC97
Black with #BCCC97
Text Example
Text Example
White with #BCCC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC97; }
p { color: rgb(188,204,151); }
H1.HeaderClassName
{
color: #BCCC97;
}
.AnyTagClassName
{
color: #BCCC97;
}
</style>
background-color css
<style>
a { background-color: #BCCC97; }
a { background-color: rgb(188,204,151); }
div.DivClassName
{
background-color: #BCCC97;
}
.BgClassName
{
background-color: #BCCC97;
}
</style>
border-color css
<style>
span { border-color: #BCCC97; }
span { border-color: rgb(188,204,151); }
td.TdClassName
{
border-color: #BCCC97;
}
.TagClassName
{
border-color: #BCCC97;
}
</style>