Shades of Conifer #BCEA5E
Tints of Conifer #BCEA5E
RGB
CMYK
RGB Variations
Color information
#BCEA5E (or 0xBCEA5E) is known color: Conifer. HEX triplet: BC, EA and 5E. RGB value is (188,234,94). Sum of RGB (Red+Green+Blue) = 188+234+94=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA5E is #4315A1. Grayscale: #CCCCCC. Windows color (decimal): -4396450 or 6220476. OLE color: 6220476.
HSL color Cylindrical-coordinate representation of color #BCEA5E: hue angle of 79.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCEA5E is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 94 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.08 |
| HSL | 79.71º | 0.77% | 0.64% | - |
| HSV(B) | 79.71º | 0.6% | 0.92% | - |
| XYZ | 52.18 | 70.35 | 21.42 | - |
| YUV | 204.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 94 | 0.20 | 0 | 0.60 | 0.08 | 79.71 | 0.77 | 0.64 |
| Hex | BC | EA | 5E | 14 | 0 | 3C | 8 | 50 | 4D | 40 |
| Octal | 274 | 352 | 136 | 24 | 0 | 74 | 10 | 120 | 115 | 100 |
| Binary | 10111100 | 11101010 | 1011110 | 10100 | 0 | 111100 | 1000 | 1010000 | 1001101 | 1000000 |
Color Harmonies of #BCEA5E
Complementary color
Monochromatic Colors of #BCEA5E
Black with #BCEA5E
Text Example
Text Example
White with #BCEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA5E; }
p { color: rgb(188,234,94); }
H1.HeaderClassName
{
color: #BCEA5E;
}
.AnyTagClassName
{
color: #BCEA5E;
}
</style>
background-color css
<style>
a { background-color: #BCEA5E; }
a { background-color: rgb(188,234,94); }
div.DivClassName
{
background-color: #BCEA5E;
}
.BgClassName
{
background-color: #BCEA5E;
}
</style>
border-color css
<style>
span { border-color: #BCEA5E; }
span { border-color: rgb(188,234,94); }
td.TdClassName
{
border-color: #BCEA5E;
}
.TagClassName
{
border-color: #BCEA5E;
}
</style>