Shades of Conifer #BCEA50
Tints of Conifer #BCEA50
RGB
CMYK
RGB Variations
Color information
#BCEA50 (or 0xBCEA50) is known color: Conifer. HEX triplet: BC, EA and 50. RGB value is (188,234,80). Sum of RGB (Red+Green+Blue) = 188+234+80=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA50 is #4315AF. Grayscale: #CBCBCB. Windows color (decimal): -4396464 or 5302972. OLE color: 5302972.
HSL color Cylindrical-coordinate representation of color #BCEA50: hue angle of 77.92º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCEA50 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 80 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.08 |
| HSL | 77.92º | 0.79% | 0.62% | - |
| HSV(B) | 77.92º | 0.66% | 0.92% | - |
| XYZ | 51.61 | 70.12 | 18.4 | - |
| YUV | 202.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 80 | 0.20 | 0 | 0.66 | 0.08 | 77.92 | 0.79 | 0.62 |
| Hex | BC | EA | 50 | 14 | 0 | 42 | 8 | 4E | 4F | 3E |
| Octal | 274 | 352 | 120 | 24 | 0 | 102 | 10 | 116 | 117 | 76 |
| Binary | 10111100 | 11101010 | 1010000 | 10100 | 0 | 1000010 | 1000 | 1001110 | 1001111 | 111110 |
Color Harmonies of #BCEA50
Complementary color
Monochromatic Colors of #BCEA50
Black with #BCEA50
Text Example
Text Example
White with #BCEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA50; }
p { color: rgb(188,234,80); }
H1.HeaderClassName
{
color: #BCEA50;
}
.AnyTagClassName
{
color: #BCEA50;
}
</style>
background-color css
<style>
a { background-color: #BCEA50; }
a { background-color: rgb(188,234,80); }
div.DivClassName
{
background-color: #BCEA50;
}
.BgClassName
{
background-color: #BCEA50;
}
</style>
border-color css
<style>
span { border-color: #BCEA50; }
span { border-color: rgb(188,234,80); }
td.TdClassName
{
border-color: #BCEA50;
}
.TagClassName
{
border-color: #BCEA50;
}
</style>