Shades of Conifer #BCE351
Tints of Conifer #BCE351
RGB
CMYK
RGB Variations
Color information
#BCE351 (or 0xBCE351) is known color: Conifer. HEX triplet: BC, E3 and 51. RGB value is (188,227,81). Sum of RGB (Red+Green+Blue) = 188+227+81=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE351 is #431CAE. Grayscale: #C7C7C7. Windows color (decimal): -4398255 or 5366716. OLE color: 5366716.
HSL color Cylindrical-coordinate representation of color #BCE351: hue angle of 76.03º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE351 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 81 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.11 |
| HSL | 76.03º | 0.72% | 0.6% | - |
| HSV(B) | 76.03º | 0.64% | 0.89% | - |
| XYZ | 49.69 | 66.22 | 17.95 | - |
| YUV | 198.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 81 | 0.17 | 0 | 0.64 | 0.11 | 76.03 | 0.72 | 0.6 |
| Hex | BC | E3 | 51 | 11 | 0 | 40 | B | 4C | 48 | 3C |
| Octal | 274 | 343 | 121 | 21 | 0 | 100 | 13 | 114 | 110 | 74 |
| Binary | 10111100 | 11100011 | 1010001 | 10001 | 0 | 1000000 | 1011 | 1001100 | 1001000 | 111100 |
Color Harmonies of #BCE351
Complementary color
Monochromatic Colors of #BCE351
Black with #BCE351
Text Example
Text Example
White with #BCE351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE351; }
p { color: rgb(188,227,81); }
H1.HeaderClassName
{
color: #BCE351;
}
.AnyTagClassName
{
color: #BCE351;
}
</style>
background-color css
<style>
a { background-color: #BCE351; }
a { background-color: rgb(188,227,81); }
div.DivClassName
{
background-color: #BCE351;
}
.BgClassName
{
background-color: #BCE351;
}
</style>
border-color css
<style>
span { border-color: #BCE351; }
span { border-color: rgb(188,227,81); }
td.TdClassName
{
border-color: #BCE351;
}
.TagClassName
{
border-color: #BCE351;
}
</style>