Shades of Conifer #BCE950
Tints of Conifer #BCE950
RGB
CMYK
RGB Variations
Color information
#BCE950 (or 0xBCE950) is known color: Conifer. HEX triplet: BC, E9 and 50. RGB value is (188,233,80). Sum of RGB (Red+Green+Blue) = 188+233+80=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE950 is #4316AF. Grayscale: #CACACA. Windows color (decimal): -4396720 or 5302716. OLE color: 5302716.
HSL color Cylindrical-coordinate representation of color #BCE950: hue angle of 77.65º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE950 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 80 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.09 |
| HSL | 77.65º | 0.78% | 0.61% | - |
| HSV(B) | 77.65º | 0.66% | 0.91% | - |
| XYZ | 51.33 | 69.55 | 18.31 | - |
| YUV | 202.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 80 | 0.19 | 0 | 0.66 | 0.09 | 77.65 | 0.78 | 0.61 |
| Hex | BC | E9 | 50 | 13 | 0 | 42 | 9 | 4E | 4E | 3D |
| Octal | 274 | 351 | 120 | 23 | 0 | 102 | 11 | 116 | 116 | 75 |
| Binary | 10111100 | 11101001 | 1010000 | 10011 | 0 | 1000010 | 1001 | 1001110 | 1001110 | 111101 |
Color Harmonies of #BCE950
Complementary color
Monochromatic Colors of #BCE950
Black with #BCE950
Text Example
Text Example
White with #BCE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE950; }
p { color: rgb(188,233,80); }
H1.HeaderClassName
{
color: #BCE950;
}
.AnyTagClassName
{
color: #BCE950;
}
</style>
background-color css
<style>
a { background-color: #BCE950; }
a { background-color: rgb(188,233,80); }
div.DivClassName
{
background-color: #BCE950;
}
.BgClassName
{
background-color: #BCE950;
}
</style>
border-color css
<style>
span { border-color: #BCE950; }
span { border-color: rgb(188,233,80); }
td.TdClassName
{
border-color: #BCE950;
}
.TagClassName
{
border-color: #BCE950;
}
</style>