Shades of Conifer #BCE248
Tints of Conifer #BCE248
RGB
CMYK
RGB Variations
Color information
#BCE248 (or 0xBCE248) is known color: Conifer. HEX triplet: BC, E2 and 48. RGB value is (188,226,72). Sum of RGB (Red+Green+Blue) = 188+226+72=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE248 is #431DB7. Grayscale: #C5C5C5. Windows color (decimal): -4398520 or 4776636. OLE color: 4776636.
HSL color Cylindrical-coordinate representation of color #BCE248: hue angle of 74.81º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE248 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 72 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 74.81º | 0.73% | 0.58% | - |
| HSV(B) | 74.81º | 0.68% | 0.89% | - |
| XYZ | 49.11 | 65.55 | 16.2 | - |
| YUV | 197.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 72 | 0.17 | 0 | 0.68 | 0.11 | 74.81 | 0.73 | 0.58 |
| Hex | BC | E2 | 48 | 11 | 0 | 44 | B | 4B | 49 | 3A |
| Octal | 274 | 342 | 110 | 21 | 0 | 104 | 13 | 113 | 111 | 72 |
| Binary | 10111100 | 11100010 | 1001000 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001001 | 111010 |
Color Harmonies of #BCE248
Complementary color
Monochromatic Colors of #BCE248
Black with #BCE248
Text Example
Text Example
White with #BCE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE248; }
p { color: rgb(188,226,72); }
H1.HeaderClassName
{
color: #BCE248;
}
.AnyTagClassName
{
color: #BCE248;
}
</style>
background-color css
<style>
a { background-color: #BCE248; }
a { background-color: rgb(188,226,72); }
div.DivClassName
{
background-color: #BCE248;
}
.BgClassName
{
background-color: #BCE248;
}
</style>
border-color css
<style>
span { border-color: #BCE248; }
span { border-color: rgb(188,226,72); }
td.TdClassName
{
border-color: #BCE248;
}
.TagClassName
{
border-color: #BCE248;
}
</style>