Shades of Conifer #BCE048
Tints of Conifer #BCE048
RGB
CMYK
RGB Variations
Color information
#BCE048 (or 0xBCE048) is known color: Conifer. HEX triplet: BC, E0 and 48. RGB value is (188,224,72). Sum of RGB (Red+Green+Blue) = 188+224+72=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE048 is #431FB7. Grayscale: #C4C4C4. Windows color (decimal): -4399032 or 4776124. OLE color: 4776124.
HSL color Cylindrical-coordinate representation of color #BCE048: hue angle of 74.21º degrees, saturation: 0.71, 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 #BCE048 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.12 |
| HSL | 74.21º | 0.71% | 0.58% | - |
| HSV(B) | 74.21º | 0.68% | 0.88% | - |
| XYZ | 48.56 | 64.47 | 16.02 | - |
| YUV | 195.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 72 | 0.16 | 0 | 0.68 | 0.12 | 74.21 | 0.71 | 0.58 |
| Hex | BC | E0 | 48 | 10 | 0 | 44 | C | 4A | 47 | 3A |
| Octal | 274 | 340 | 110 | 20 | 0 | 104 | 14 | 112 | 107 | 72 |
| Binary | 10111100 | 11100000 | 1001000 | 10000 | 0 | 1000100 | 1100 | 1001010 | 1000111 | 111010 |
Color Harmonies of #BCE048
Complementary color
Monochromatic Colors of #BCE048
Black with #BCE048
Text Example
Text Example
White with #BCE048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE048; }
p { color: rgb(188,224,72); }
H1.HeaderClassName
{
color: #BCE048;
}
.AnyTagClassName
{
color: #BCE048;
}
</style>
background-color css
<style>
a { background-color: #BCE048; }
a { background-color: rgb(188,224,72); }
div.DivClassName
{
background-color: #BCE048;
}
.BgClassName
{
background-color: #BCE048;
}
</style>
border-color css
<style>
span { border-color: #BCE048; }
span { border-color: rgb(188,224,72); }
td.TdClassName
{
border-color: #BCE048;
}
.TagClassName
{
border-color: #BCE048;
}
</style>