Shades of Conifer #BCE462
Tints of Conifer #BCE462
RGB
CMYK
RGB Variations
Color information
#BCE462 (or 0xBCE462) is known color: Conifer. HEX triplet: BC, E4 and 62. RGB value is (188,228,98). Sum of RGB (Red+Green+Blue) = 188+228+98=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE462 is #431B9D. Grayscale: #C9C9C9. Windows color (decimal): -4397982 or 6481084. OLE color: 6481084.
HSL color Cylindrical-coordinate representation of color #BCE462: hue angle of 78.46º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCE462 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 98 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.11 |
| HSL | 78.46º | 0.71% | 0.64% | - |
| HSV(B) | 78.46º | 0.57% | 0.89% | - |
| XYZ | 50.69 | 67.06 | 21.83 | - |
| YUV | 201.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 98 | 0.18 | 0 | 0.57 | 0.11 | 78.46 | 0.71 | 0.64 |
| Hex | BC | E4 | 62 | 12 | 0 | 39 | B | 4E | 47 | 40 |
| Octal | 274 | 344 | 142 | 22 | 0 | 71 | 13 | 116 | 107 | 100 |
| Binary | 10111100 | 11100100 | 1100010 | 10010 | 0 | 111001 | 1011 | 1001110 | 1000111 | 1000000 |
Color Harmonies of #BCE462
Complementary color
Monochromatic Colors of #BCE462
Black with #BCE462
Text Example
Text Example
White with #BCE462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE462; }
p { color: rgb(188,228,98); }
H1.HeaderClassName
{
color: #BCE462;
}
.AnyTagClassName
{
color: #BCE462;
}
</style>
background-color css
<style>
a { background-color: #BCE462; }
a { background-color: rgb(188,228,98); }
div.DivClassName
{
background-color: #BCE462;
}
.BgClassName
{
background-color: #BCE462;
}
</style>
border-color css
<style>
span { border-color: #BCE462; }
span { border-color: rgb(188,228,98); }
td.TdClassName
{
border-color: #BCE462;
}
.TagClassName
{
border-color: #BCE462;
}
</style>