Shades of Sprout #BCCC92
Tints of Sprout #BCCC92
RGB
CMYK
RGB Variations
Color information
#BCCC92 (or 0xBCCC92) is known color: Sprout. HEX triplet: BC, CC and 92. RGB value is (188,204,146). Sum of RGB (Red+Green+Blue) = 188+204+146=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC92 is #43336D. Grayscale: #C0C0C0. Windows color (decimal): -4404078 or 9620668. OLE color: 9620668.
HSL color Cylindrical-coordinate representation of color #BCCC92: hue angle of 76.55º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCC92 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 146 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.2 |
| HSL | 76.55º | 0.36% | 0.69% | - |
| HSV(B) | 76.55º | 0.28% | 0.8% | - |
| XYZ | 47.52 | 55.95 | 35.49 | - |
| YUV | 192.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 146 | 0.08 | 0 | 0.28 | 0.2 | 76.55 | 0.36 | 0.69 |
| Hex | BC | CC | 92 | 8 | 0 | 1C | 14 | 4D | 24 | 45 |
| Octal | 274 | 314 | 222 | 10 | 0 | 34 | 24 | 115 | 44 | 105 |
| Binary | 10111100 | 11001100 | 10010010 | 1000 | 0 | 11100 | 10100 | 1001101 | 100100 | 1000101 |
Color Harmonies of #BCCC92
Complementary color
Monochromatic Colors of #BCCC92
Black with #BCCC92
Text Example
Text Example
White with #BCCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC92; }
p { color: rgb(188,204,146); }
H1.HeaderClassName
{
color: #BCCC92;
}
.AnyTagClassName
{
color: #BCCC92;
}
</style>
background-color css
<style>
a { background-color: #BCCC92; }
a { background-color: rgb(188,204,146); }
div.DivClassName
{
background-color: #BCCC92;
}
.BgClassName
{
background-color: #BCCC92;
}
</style>
border-color css
<style>
span { border-color: #BCCC92; }
span { border-color: rgb(188,204,146); }
td.TdClassName
{
border-color: #BCCC92;
}
.TagClassName
{
border-color: #BCCC92;
}
</style>