Shades of Conifer #BCDE5E
Tints of Conifer #BCDE5E
RGB
CMYK
RGB Variations
Color information
#BCDE5E (or 0xBCDE5E) is known color: Conifer. HEX triplet: BC, DE and 5E. RGB value is (188,222,94). Sum of RGB (Red+Green+Blue) = 188+222+94=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE5E is #4321A1. Grayscale: #C5C5C5. Windows color (decimal): -4399522 or 6217404. OLE color: 6217404.
HSL color Cylindrical-coordinate representation of color #BCDE5E: hue angle of 75.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCDE5E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 94 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.13 |
| HSL | 75.94º | 0.66% | 0.62% | - |
| HSV(B) | 75.94º | 0.58% | 0.87% | - |
| XYZ | 48.88 | 63.74 | 20.32 | - |
| YUV | 197.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 94 | 0.15 | 0 | 0.58 | 0.13 | 75.94 | 0.66 | 0.62 |
| Hex | BC | DE | 5E | F | 0 | 3A | D | 4C | 42 | 3E |
| Octal | 274 | 336 | 136 | 17 | 0 | 72 | 15 | 114 | 102 | 76 |
| Binary | 10111100 | 11011110 | 1011110 | 1111 | 0 | 111010 | 1101 | 1001100 | 1000010 | 111110 |
Color Harmonies of #BCDE5E
Complementary color
Monochromatic Colors of #BCDE5E
Black with #BCDE5E
Text Example
Text Example
White with #BCDE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE5E; }
p { color: rgb(188,222,94); }
H1.HeaderClassName
{
color: #BCDE5E;
}
.AnyTagClassName
{
color: #BCDE5E;
}
</style>
background-color css
<style>
a { background-color: #BCDE5E; }
a { background-color: rgb(188,222,94); }
div.DivClassName
{
background-color: #BCDE5E;
}
.BgClassName
{
background-color: #BCDE5E;
}
</style>
border-color css
<style>
span { border-color: #BCDE5E; }
span { border-color: rgb(188,222,94); }
td.TdClassName
{
border-color: #BCDE5E;
}
.TagClassName
{
border-color: #BCDE5E;
}
</style>