Shades of Conifer #BCE646
Tints of Conifer #BCE646
RGB
CMYK
RGB Variations
Color information
#BCE646 (or 0xBCE646) is known color: Conifer. HEX triplet: BC, E6 and 46. RGB value is (188,230,70). Sum of RGB (Red+Green+Blue) = 188+230+70=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE646 is #4319B9. Grayscale: #C7C7C7. Windows color (decimal): -4397498 or 4646588. OLE color: 4646588.
HSL color Cylindrical-coordinate representation of color #BCE646: hue angle of 75.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE646 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 70 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.10 |
| HSL | 75.75º | 0.76% | 0.59% | - |
| HSV(B) | 75.75º | 0.7% | 0.9% | - |
| XYZ | 50.14 | 67.73 | 16.22 | - |
| YUV | 199.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 70 | 0.18 | 0 | 0.70 | 0.10 | 75.75 | 0.76 | 0.59 |
| Hex | BC | E6 | 46 | 12 | 0 | 46 | A | 4C | 4C | 3B |
| Octal | 274 | 346 | 106 | 22 | 0 | 106 | 12 | 114 | 114 | 73 |
| Binary | 10111100 | 11100110 | 1000110 | 10010 | 0 | 1000110 | 1010 | 1001100 | 1001100 | 111011 |
Color Harmonies of #BCE646
Complementary color
Monochromatic Colors of #BCE646
Black with #BCE646
Text Example
Text Example
White with #BCE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE646; }
p { color: rgb(188,230,70); }
H1.HeaderClassName
{
color: #BCE646;
}
.AnyTagClassName
{
color: #BCE646;
}
</style>
background-color css
<style>
a { background-color: #BCE646; }
a { background-color: rgb(188,230,70); }
div.DivClassName
{
background-color: #BCE646;
}
.BgClassName
{
background-color: #BCE646;
}
</style>
border-color css
<style>
span { border-color: #BCE646; }
span { border-color: rgb(188,230,70); }
td.TdClassName
{
border-color: #BCE646;
}
.TagClassName
{
border-color: #BCE646;
}
</style>