Shades of Conifer #BCEC4B
Tints of Conifer #BCEC4B
RGB
CMYK
RGB Variations
Color information
#BCEC4B (or 0xBCEC4B) is known color: Conifer. HEX triplet: BC, EC and 4B. RGB value is (188,236,75). Sum of RGB (Red+Green+Blue) = 188+236+75=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC4B is #4313B4. Grayscale: #CBCBCB. Windows color (decimal): -4395957 or 4975804. OLE color: 4975804.
HSL color Cylindrical-coordinate representation of color #BCEC4B: hue angle of 77.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCEC4B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 75 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.07 |
| HSL | 77.89º | 0.81% | 0.61% | - |
| HSV(B) | 77.89º | 0.68% | 0.93% | - |
| XYZ | 52 | 71.19 | 17.66 | - |
| YUV | 203.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 75 | 0.20 | 0 | 0.68 | 0.07 | 77.89 | 0.81 | 0.61 |
| Hex | BC | EC | 4B | 14 | 0 | 44 | 7 | 4E | 51 | 3D |
| Octal | 274 | 354 | 113 | 24 | 0 | 104 | 7 | 116 | 121 | 75 |
| Binary | 10111100 | 11101100 | 1001011 | 10100 | 0 | 1000100 | 111 | 1001110 | 1010001 | 111101 |
Color Harmonies of #BCEC4B
Complementary color
Monochromatic Colors of #BCEC4B
Black with #BCEC4B
Text Example
Text Example
White with #BCEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC4B; }
p { color: rgb(188,236,75); }
H1.HeaderClassName
{
color: #BCEC4B;
}
.AnyTagClassName
{
color: #BCEC4B;
}
</style>
background-color css
<style>
a { background-color: #BCEC4B; }
a { background-color: rgb(188,236,75); }
div.DivClassName
{
background-color: #BCEC4B;
}
.BgClassName
{
background-color: #BCEC4B;
}
</style>
border-color css
<style>
span { border-color: #BCEC4B; }
span { border-color: rgb(188,236,75); }
td.TdClassName
{
border-color: #BCEC4B;
}
.TagClassName
{
border-color: #BCEC4B;
}
</style>