Shades of Conifer #BCE95B
Tints of Conifer #BCE95B
RGB
CMYK
RGB Variations
Color information
#BCE95B (or 0xBCE95B) is known color: Conifer. HEX triplet: BC, E9 and 5B. RGB value is (188,233,91). Sum of RGB (Red+Green+Blue) = 188+233+91=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE95B is #4316A4. Grayscale: #CBCBCB. Windows color (decimal): -4396709 or 6023612. OLE color: 6023612.
HSL color Cylindrical-coordinate representation of color #BCE95B: hue angle of 79.01º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE95B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 91 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.09 |
| HSL | 79.01º | 0.76% | 0.64% | - |
| HSV(B) | 79.01º | 0.61% | 0.91% | - |
| XYZ | 51.77 | 69.72 | 20.63 | - |
| YUV | 203.36 | 64.59 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 91 | 0.19 | 0 | 0.61 | 0.09 | 79.01 | 0.76 | 0.64 |
| Hex | BC | E9 | 5B | 13 | 0 | 3D | 9 | 4F | 4C | 40 |
| Octal | 274 | 351 | 133 | 23 | 0 | 75 | 11 | 117 | 114 | 100 |
| Binary | 10111100 | 11101001 | 1011011 | 10011 | 0 | 111101 | 1001 | 1001111 | 1001100 | 1000000 |
Color Harmonies of #BCE95B
Complementary color
Monochromatic Colors of #BCE95B
Black with #BCE95B
Text Example
Text Example
White with #BCE95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE95B; }
p { color: rgb(188,233,91); }
H1.HeaderClassName
{
color: #BCE95B;
}
.AnyTagClassName
{
color: #BCE95B;
}
</style>
background-color css
<style>
a { background-color: #BCE95B; }
a { background-color: rgb(188,233,91); }
div.DivClassName
{
background-color: #BCE95B;
}
.BgClassName
{
background-color: #BCE95B;
}
</style>
border-color css
<style>
span { border-color: #BCE95B; }
span { border-color: rgb(188,233,91); }
td.TdClassName
{
border-color: #BCE95B;
}
.TagClassName
{
border-color: #BCE95B;
}
</style>