Shades of Conifer #BCE358
Tints of Conifer #BCE358
RGB
CMYK
RGB Variations
Color information
#BCE358 (or 0xBCE358) is known color: Conifer. HEX triplet: BC, E3 and 58. RGB value is (188,227,88). Sum of RGB (Red+Green+Blue) = 188+227+88=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE358 is #431CA7. Grayscale: #C8C8C8. Windows color (decimal): -4398248 or 5825468. OLE color: 5825468.
HSL color Cylindrical-coordinate representation of color #BCE358: hue angle of 76.83º degrees, saturation: 0.71, 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 #BCE358 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 88 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.11 |
| HSL | 76.83º | 0.71% | 0.62% | - |
| HSV(B) | 76.83º | 0.61% | 0.89% | - |
| XYZ | 49.97 | 66.33 | 19.4 | - |
| YUV | 199.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 88 | 0.17 | 0 | 0.61 | 0.11 | 76.83 | 0.71 | 0.62 |
| Hex | BC | E3 | 58 | 11 | 0 | 3D | B | 4D | 47 | 3E |
| Octal | 274 | 343 | 130 | 21 | 0 | 75 | 13 | 115 | 107 | 76 |
| Binary | 10111100 | 11100011 | 1011000 | 10001 | 0 | 111101 | 1011 | 1001101 | 1000111 | 111110 |
Color Harmonies of #BCE358
Complementary color
Monochromatic Colors of #BCE358
Black with #BCE358
Text Example
Text Example
White with #BCE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE358; }
p { color: rgb(188,227,88); }
H1.HeaderClassName
{
color: #BCE358;
}
.AnyTagClassName
{
color: #BCE358;
}
</style>
background-color css
<style>
a { background-color: #BCE358; }
a { background-color: rgb(188,227,88); }
div.DivClassName
{
background-color: #BCE358;
}
.BgClassName
{
background-color: #BCE358;
}
</style>
border-color css
<style>
span { border-color: #BCE358; }
span { border-color: rgb(188,227,88); }
td.TdClassName
{
border-color: #BCE358;
}
.TagClassName
{
border-color: #BCE358;
}
</style>