Shades of Conifer #BCE148
Tints of Conifer #BCE148
RGB
CMYK
RGB Variations
Color information
#BCE148 (or 0xBCE148) is known color: Conifer. HEX triplet: BC, E1 and 48. RGB value is (188,225,72). Sum of RGB (Red+Green+Blue) = 188+225+72=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE148 is #431EB7. Grayscale: #C5C5C5. Windows color (decimal): -4398776 or 4776380. OLE color: 4776380.
HSL color Cylindrical-coordinate representation of color #BCE148: hue angle of 74.51º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE148 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.12 |
| HSL | 74.51º | 0.72% | 0.58% | - |
| HSV(B) | 74.51º | 0.68% | 0.88% | - |
| XYZ | 48.83 | 65.01 | 16.11 | - |
| YUV | 196.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 72 | 0.16 | 0 | 0.68 | 0.12 | 74.51 | 0.72 | 0.58 |
| Hex | BC | E1 | 48 | 10 | 0 | 44 | C | 4B | 48 | 3A |
| Octal | 274 | 341 | 110 | 20 | 0 | 104 | 14 | 113 | 110 | 72 |
| Binary | 10111100 | 11100001 | 1001000 | 10000 | 0 | 1000100 | 1100 | 1001011 | 1001000 | 111010 |
Color Harmonies of #BCE148
Complementary color
Monochromatic Colors of #BCE148
Black with #BCE148
Text Example
Text Example
White with #BCE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE148; }
p { color: rgb(188,225,72); }
H1.HeaderClassName
{
color: #BCE148;
}
.AnyTagClassName
{
color: #BCE148;
}
</style>
background-color css
<style>
a { background-color: #BCE148; }
a { background-color: rgb(188,225,72); }
div.DivClassName
{
background-color: #BCE148;
}
.BgClassName
{
background-color: #BCE148;
}
</style>
border-color css
<style>
span { border-color: #BCE148; }
span { border-color: rgb(188,225,72); }
td.TdClassName
{
border-color: #BCE148;
}
.TagClassName
{
border-color: #BCE148;
}
</style>