Shades of Conifer #BCE258
Tints of Conifer #BCE258
RGB
CMYK
RGB Variations
Color information
#BCE258 (or 0xBCE258) is known color: Conifer. HEX triplet: BC, E2 and 58. RGB value is (188,226,88). Sum of RGB (Red+Green+Blue) = 188+226+88=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE258 is #431DA7. Grayscale: #C7C7C7. Windows color (decimal): -4398504 or 5825212. OLE color: 5825212.
HSL color Cylindrical-coordinate representation of color #BCE258: hue angle of 76.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE258 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 88 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.11 |
| HSL | 76.52º | 0.7% | 0.62% | - |
| HSV(B) | 76.52º | 0.61% | 0.89% | - |
| XYZ | 49.7 | 65.79 | 19.31 | - |
| YUV | 198.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 88 | 0.17 | 0 | 0.61 | 0.11 | 76.52 | 0.7 | 0.62 |
| Hex | BC | E2 | 58 | 11 | 0 | 3D | B | 4D | 46 | 3E |
| Octal | 274 | 342 | 130 | 21 | 0 | 75 | 13 | 115 | 106 | 76 |
| Binary | 10111100 | 11100010 | 1011000 | 10001 | 0 | 111101 | 1011 | 1001101 | 1000110 | 111110 |
Color Harmonies of #BCE258
Complementary color
Monochromatic Colors of #BCE258
Black with #BCE258
Text Example
Text Example
White with #BCE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE258; }
p { color: rgb(188,226,88); }
H1.HeaderClassName
{
color: #BCE258;
}
.AnyTagClassName
{
color: #BCE258;
}
</style>
background-color css
<style>
a { background-color: #BCE258; }
a { background-color: rgb(188,226,88); }
div.DivClassName
{
background-color: #BCE258;
}
.BgClassName
{
background-color: #BCE258;
}
</style>
border-color css
<style>
span { border-color: #BCE258; }
span { border-color: rgb(188,226,88); }
td.TdClassName
{
border-color: #BCE258;
}
.TagClassName
{
border-color: #BCE258;
}
</style>