Shades of Conifer #BCE162
Tints of Conifer #BCE162
RGB
CMYK
RGB Variations
Color information
#BCE162 (or 0xBCE162) is known color: Conifer. HEX triplet: BC, E1 and 62. RGB value is (188,225,98). Sum of RGB (Red+Green+Blue) = 188+225+98=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE162 is #431E9D. Grayscale: #C7C7C7. Windows color (decimal): -4398750 or 6480316. OLE color: 6480316.
HSL color Cylindrical-coordinate representation of color #BCE162: hue angle of 77.48º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE162 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 98 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.12 |
| HSL | 77.48º | 0.68% | 0.63% | - |
| HSV(B) | 77.48º | 0.56% | 0.88% | - |
| XYZ | 49.87 | 65.42 | 21.55 | - |
| YUV | 199.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 98 | 0.16 | 0 | 0.56 | 0.12 | 77.48 | 0.68 | 0.63 |
| Hex | BC | E1 | 62 | 10 | 0 | 38 | C | 4D | 44 | 3F |
| Octal | 274 | 341 | 142 | 20 | 0 | 70 | 14 | 115 | 104 | 77 |
| Binary | 10111100 | 11100001 | 1100010 | 10000 | 0 | 111000 | 1100 | 1001101 | 1000100 | 111111 |
Color Harmonies of #BCE162
Complementary color
Monochromatic Colors of #BCE162
Black with #BCE162
Text Example
Text Example
White with #BCE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE162; }
p { color: rgb(188,225,98); }
H1.HeaderClassName
{
color: #BCE162;
}
.AnyTagClassName
{
color: #BCE162;
}
</style>
background-color css
<style>
a { background-color: #BCE162; }
a { background-color: rgb(188,225,98); }
div.DivClassName
{
background-color: #BCE162;
}
.BgClassName
{
background-color: #BCE162;
}
</style>
border-color css
<style>
span { border-color: #BCE162; }
span { border-color: rgb(188,225,98); }
td.TdClassName
{
border-color: #BCE162;
}
.TagClassName
{
border-color: #BCE162;
}
</style>