Shades of Conifer #BCE062
Tints of Conifer #BCE062
RGB
CMYK
RGB Variations
Color information
#BCE062 (or 0xBCE062) is known color: Conifer. HEX triplet: BC, E0 and 62. RGB value is (188,224,98). Sum of RGB (Red+Green+Blue) = 188+224+98=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE062 is #431F9D. Grayscale: #C7C7C7. Windows color (decimal): -4399006 or 6480060. OLE color: 6480060.
HSL color Cylindrical-coordinate representation of color #BCE062: hue angle of 77.14º degrees, saturation: 0.67, 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 #BCE062 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 98 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.12 |
| HSL | 77.14º | 0.67% | 0.63% | - |
| HSV(B) | 77.14º | 0.56% | 0.88% | - |
| XYZ | 49.6 | 64.88 | 21.47 | - |
| YUV | 198.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 98 | 0.16 | 0 | 0.56 | 0.12 | 77.14 | 0.67 | 0.63 |
| Hex | BC | E0 | 62 | 10 | 0 | 38 | C | 4D | 43 | 3F |
| Octal | 274 | 340 | 142 | 20 | 0 | 70 | 14 | 115 | 103 | 77 |
| Binary | 10111100 | 11100000 | 1100010 | 10000 | 0 | 111000 | 1100 | 1001101 | 1000011 | 111111 |
Color Harmonies of #BCE062
Complementary color
Monochromatic Colors of #BCE062
Black with #BCE062
Text Example
Text Example
White with #BCE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE062; }
p { color: rgb(188,224,98); }
H1.HeaderClassName
{
color: #BCE062;
}
.AnyTagClassName
{
color: #BCE062;
}
</style>
background-color css
<style>
a { background-color: #BCE062; }
a { background-color: rgb(188,224,98); }
div.DivClassName
{
background-color: #BCE062;
}
.BgClassName
{
background-color: #BCE062;
}
</style>
border-color css
<style>
span { border-color: #BCE062; }
span { border-color: rgb(188,224,98); }
td.TdClassName
{
border-color: #BCE062;
}
.TagClassName
{
border-color: #BCE062;
}
</style>