Shades of Conifer #BCE45B
Tints of Conifer #BCE45B
RGB
CMYK
RGB Variations
Color information
#BCE45B (or 0xBCE45B) is known color: Conifer. HEX triplet: BC, E4 and 5B. RGB value is (188,228,91). Sum of RGB (Red+Green+Blue) = 188+228+91=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE45B is #431BA4. Grayscale: #C8C8C8. Windows color (decimal): -4397989 or 6022332. OLE color: 6022332.
HSL color Cylindrical-coordinate representation of color #BCE45B: hue angle of 77.52º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE45B is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 91 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.11 |
| HSL | 77.52º | 0.72% | 0.63% | - |
| HSV(B) | 77.52º | 0.6% | 0.89% | - |
| XYZ | 50.37 | 66.93 | 20.16 | - |
| YUV | 200.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 91 | 0.18 | 0 | 0.60 | 0.11 | 77.52 | 0.72 | 0.63 |
| Hex | BC | E4 | 5B | 12 | 0 | 3C | B | 4E | 48 | 3F |
| Octal | 274 | 344 | 133 | 22 | 0 | 74 | 13 | 116 | 110 | 77 |
| Binary | 10111100 | 11100100 | 1011011 | 10010 | 0 | 111100 | 1011 | 1001110 | 1001000 | 111111 |
Color Harmonies of #BCE45B
Complementary color
Monochromatic Colors of #BCE45B
Black with #BCE45B
Text Example
Text Example
White with #BCE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE45B; }
p { color: rgb(188,228,91); }
H1.HeaderClassName
{
color: #BCE45B;
}
.AnyTagClassName
{
color: #BCE45B;
}
</style>
background-color css
<style>
a { background-color: #BCE45B; }
a { background-color: rgb(188,228,91); }
div.DivClassName
{
background-color: #BCE45B;
}
.BgClassName
{
background-color: #BCE45B;
}
</style>
border-color css
<style>
span { border-color: #BCE45B; }
span { border-color: rgb(188,228,91); }
td.TdClassName
{
border-color: #BCE45B;
}
.TagClassName
{
border-color: #BCE45B;
}
</style>