Shades of Conifer #BCE455
Tints of Conifer #BCE455
RGB
CMYK
RGB Variations
Color information
#BCE455 (or 0xBCE455) is known color: Conifer. HEX triplet: BC, E4 and 55. RGB value is (188,228,85). Sum of RGB (Red+Green+Blue) = 188+228+85=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE455 is #431BAA. Grayscale: #C8C8C8. Windows color (decimal): -4397995 or 5629116. OLE color: 5629116.
HSL color Cylindrical-coordinate representation of color #BCE455: hue angle of 76.78º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCE455 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 85 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.11 |
| HSL | 76.78º | 0.73% | 0.61% | - |
| HSV(B) | 76.78º | 0.63% | 0.89% | - |
| XYZ | 50.12 | 66.83 | 18.85 | - |
| YUV | 199.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 85 | 0.18 | 0 | 0.63 | 0.11 | 76.78 | 0.73 | 0.61 |
| Hex | BC | E4 | 55 | 12 | 0 | 3F | B | 4D | 49 | 3D |
| Octal | 274 | 344 | 125 | 22 | 0 | 77 | 13 | 115 | 111 | 75 |
| Binary | 10111100 | 11100100 | 1010101 | 10010 | 0 | 111111 | 1011 | 1001101 | 1001001 | 111101 |
Color Harmonies of #BCE455
Complementary color
Monochromatic Colors of #BCE455
Black with #BCE455
Text Example
Text Example
White with #BCE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE455; }
p { color: rgb(188,228,85); }
H1.HeaderClassName
{
color: #BCE455;
}
.AnyTagClassName
{
color: #BCE455;
}
</style>
background-color css
<style>
a { background-color: #BCE455; }
a { background-color: rgb(188,228,85); }
div.DivClassName
{
background-color: #BCE455;
}
.BgClassName
{
background-color: #BCE455;
}
</style>
border-color css
<style>
span { border-color: #BCE455; }
span { border-color: rgb(188,228,85); }
td.TdClassName
{
border-color: #BCE455;
}
.TagClassName
{
border-color: #BCE455;
}
</style>