Shades of Conifer #BCE448
Tints of Conifer #BCE448
RGB
CMYK
RGB Variations
Color information
#BCE448 (or 0xBCE448) is known color: Conifer. HEX triplet: BC, E4 and 48. RGB value is (188,228,72). Sum of RGB (Red+Green+Blue) = 188+228+72=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE448 is #431BB7. Grayscale: #C6C6C6. Windows color (decimal): -4398008 or 4777148. OLE color: 4777148.
HSL color Cylindrical-coordinate representation of color #BCE448: hue angle of 75.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE448 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 72 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.11 |
| HSL | 75.38º | 0.74% | 0.59% | - |
| HSV(B) | 75.38º | 0.68% | 0.89% | - |
| XYZ | 49.65 | 66.65 | 16.38 | - |
| YUV | 198.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 72 | 0.18 | 0 | 0.68 | 0.11 | 75.38 | 0.74 | 0.59 |
| Hex | BC | E4 | 48 | 12 | 0 | 44 | B | 4B | 4A | 3B |
| Octal | 274 | 344 | 110 | 22 | 0 | 104 | 13 | 113 | 112 | 73 |
| Binary | 10111100 | 11100100 | 1001000 | 10010 | 0 | 1000100 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BCE448
Complementary color
Monochromatic Colors of #BCE448
Black with #BCE448
Text Example
Text Example
White with #BCE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE448; }
p { color: rgb(188,228,72); }
H1.HeaderClassName
{
color: #BCE448;
}
.AnyTagClassName
{
color: #BCE448;
}
</style>
background-color css
<style>
a { background-color: #BCE448; }
a { background-color: rgb(188,228,72); }
div.DivClassName
{
background-color: #BCE448;
}
.BgClassName
{
background-color: #BCE448;
}
</style>
border-color css
<style>
span { border-color: #BCE448; }
span { border-color: rgb(188,228,72); }
td.TdClassName
{
border-color: #BCE448;
}
.TagClassName
{
border-color: #BCE448;
}
</style>