Shades of Conifer #BCE84B
Tints of Conifer #BCE84B
RGB
CMYK
RGB Variations
Color information
#BCE84B (or 0xBCE84B) is known color: Conifer. HEX triplet: BC, E8 and 4B. RGB value is (188,232,75). Sum of RGB (Red+Green+Blue) = 188+232+75=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE84B is #4317B4. Grayscale: #C9C9C9. Windows color (decimal): -4396981 or 4974780. OLE color: 4974780.
HSL color Cylindrical-coordinate representation of color #BCE84B: hue angle of 76.82º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE84B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 75 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.09 |
| HSL | 76.82º | 0.77% | 0.6% | - |
| HSV(B) | 76.82º | 0.68% | 0.91% | - |
| XYZ | 50.87 | 68.91 | 17.28 | - |
| YUV | 200.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 75 | 0.19 | 0 | 0.68 | 0.09 | 76.82 | 0.77 | 0.6 |
| Hex | BC | E8 | 4B | 13 | 0 | 44 | 9 | 4D | 4D | 3C |
| Octal | 274 | 350 | 113 | 23 | 0 | 104 | 11 | 115 | 115 | 74 |
| Binary | 10111100 | 11101000 | 1001011 | 10011 | 0 | 1000100 | 1001 | 1001101 | 1001101 | 111100 |
Color Harmonies of #BCE84B
Complementary color
Monochromatic Colors of #BCE84B
Black with #BCE84B
Text Example
Text Example
White with #BCE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE84B; }
p { color: rgb(188,232,75); }
H1.HeaderClassName
{
color: #BCE84B;
}
.AnyTagClassName
{
color: #BCE84B;
}
</style>
background-color css
<style>
a { background-color: #BCE84B; }
a { background-color: rgb(188,232,75); }
div.DivClassName
{
background-color: #BCE84B;
}
.BgClassName
{
background-color: #BCE84B;
}
</style>
border-color css
<style>
span { border-color: #BCE84B; }
span { border-color: rgb(188,232,75); }
td.TdClassName
{
border-color: #BCE84B;
}
.TagClassName
{
border-color: #BCE84B;
}
</style>