Shades of Sprout #BCC898
Tints of Sprout #BCC898
RGB
CMYK
RGB Variations
Color information
#BCC898 (or 0xBCC898) is known color: Sprout. HEX triplet: BC, C8 and 98. RGB value is (188,200,152). Sum of RGB (Red+Green+Blue) = 188+200+152=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC898 is #433767. Grayscale: #BFBFBF. Windows color (decimal): -4405096 or 10012860. OLE color: 10012860.
HSL color Cylindrical-coordinate representation of color #BCC898: hue angle of 75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC898 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 152 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.22 |
| HSL | 75º | 0.3% | 0.69% | - |
| HSV(B) | 75º | 0.24% | 0.78% | - |
| XYZ | 47.06 | 54.27 | 37.7 | - |
| YUV | 190.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 152 | 0.06 | 0 | 0.24 | 0.22 | 75 | 0.3 | 0.69 |
| Hex | BC | C8 | 98 | 6 | 0 | 18 | 16 | 4B | 1E | 45 |
| Octal | 274 | 310 | 230 | 6 | 0 | 30 | 26 | 113 | 36 | 105 |
| Binary | 10111100 | 11001000 | 10011000 | 110 | 0 | 11000 | 10110 | 1001011 | 11110 | 1000101 |
Color Harmonies of #BCC898
Complementary color
Monochromatic Colors of #BCC898
Black with #BCC898
Text Example
Text Example
White with #BCC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC898; }
p { color: rgb(188,200,152); }
H1.HeaderClassName
{
color: #BCC898;
}
.AnyTagClassName
{
color: #BCC898;
}
</style>
background-color css
<style>
a { background-color: #BCC898; }
a { background-color: rgb(188,200,152); }
div.DivClassName
{
background-color: #BCC898;
}
.BgClassName
{
background-color: #BCC898;
}
</style>
border-color css
<style>
span { border-color: #BCC898; }
span { border-color: rgb(188,200,152); }
td.TdClassName
{
border-color: #BCC898;
}
.TagClassName
{
border-color: #BCC898;
}
</style>