Shades of Sprout #BCCA94
Tints of Sprout #BCCA94
RGB
CMYK
RGB Variations
Color information
#BCCA94 (or 0xBCCA94) is known color: Sprout. HEX triplet: BC, CA and 94. RGB value is (188,202,148). Sum of RGB (Red+Green+Blue) = 188+202+148=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA94 is #43356B. Grayscale: #BFBFBF. Windows color (decimal): -4404588 or 9751228. OLE color: 9751228.
HSL color Cylindrical-coordinate representation of color #BCCA94: hue angle of 75.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCCA94 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 148 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.21 |
| HSL | 75.56º | 0.34% | 0.69% | - |
| HSV(B) | 75.56º | 0.27% | 0.79% | - |
| XYZ | 47.2 | 55.07 | 36.16 | - |
| YUV | 191.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 148 | 0.07 | 0 | 0.27 | 0.21 | 75.56 | 0.34 | 0.69 |
| Hex | BC | CA | 94 | 7 | 0 | 1B | 15 | 4C | 22 | 45 |
| Octal | 274 | 312 | 224 | 7 | 0 | 33 | 25 | 114 | 42 | 105 |
| Binary | 10111100 | 11001010 | 10010100 | 111 | 0 | 11011 | 10101 | 1001100 | 100010 | 1000101 |
Color Harmonies of #BCCA94
Complementary color
Monochromatic Colors of #BCCA94
Black with #BCCA94
Text Example
Text Example
White with #BCCA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA94; }
p { color: rgb(188,202,148); }
H1.HeaderClassName
{
color: #BCCA94;
}
.AnyTagClassName
{
color: #BCCA94;
}
</style>
background-color css
<style>
a { background-color: #BCCA94; }
a { background-color: rgb(188,202,148); }
div.DivClassName
{
background-color: #BCCA94;
}
.BgClassName
{
background-color: #BCCA94;
}
</style>
border-color css
<style>
span { border-color: #BCCA94; }
span { border-color: rgb(188,202,148); }
td.TdClassName
{
border-color: #BCCA94;
}
.TagClassName
{
border-color: #BCCA94;
}
</style>