Shades of Conifer #BCE152
Tints of Conifer #BCE152
RGB
CMYK
RGB Variations
Color information
#BCE152 (or 0xBCE152) is known color: Conifer. HEX triplet: BC, E1 and 52. RGB value is (188,225,82). Sum of RGB (Red+Green+Blue) = 188+225+82=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE152 is #431EAD. Grayscale: #C6C6C6. Windows color (decimal): -4398766 or 5431740. OLE color: 5431740.
HSL color Cylindrical-coordinate representation of color #BCE152: hue angle of 75.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE152 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 82 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.12 |
| HSL | 75.52º | 0.7% | 0.6% | - |
| HSV(B) | 75.52º | 0.64% | 0.88% | - |
| XYZ | 49.19 | 65.15 | 17.97 | - |
| YUV | 197.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 82 | 0.16 | 0 | 0.64 | 0.12 | 75.52 | 0.7 | 0.6 |
| Hex | BC | E1 | 52 | 10 | 0 | 40 | C | 4C | 46 | 3C |
| Octal | 274 | 341 | 122 | 20 | 0 | 100 | 14 | 114 | 106 | 74 |
| Binary | 10111100 | 11100001 | 1010010 | 10000 | 0 | 1000000 | 1100 | 1001100 | 1000110 | 111100 |
Color Harmonies of #BCE152
Complementary color
Monochromatic Colors of #BCE152
Black with #BCE152
Text Example
Text Example
White with #BCE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE152; }
p { color: rgb(188,225,82); }
H1.HeaderClassName
{
color: #BCE152;
}
.AnyTagClassName
{
color: #BCE152;
}
</style>
background-color css
<style>
a { background-color: #BCE152; }
a { background-color: rgb(188,225,82); }
div.DivClassName
{
background-color: #BCE152;
}
.BgClassName
{
background-color: #BCE152;
}
</style>
border-color css
<style>
span { border-color: #BCE152; }
span { border-color: rgb(188,225,82); }
td.TdClassName
{
border-color: #BCE152;
}
.TagClassName
{
border-color: #BCE152;
}
</style>