Shades of Conifer #BCE165
Tints of Conifer #BCE165
RGB
CMYK
RGB Variations
Color information
#BCE165 (or 0xBCE165) is known color: Conifer. HEX triplet: BC, E1 and 65. RGB value is (188,225,101). Sum of RGB (Red+Green+Blue) = 188+225+101=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE165 is #431E9A. Grayscale: #C8C8C8. Windows color (decimal): -4398747 or 6676924. OLE color: 6676924.
HSL color Cylindrical-coordinate representation of color #BCE165: hue angle of 77.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE165 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 101 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.12 |
| HSL | 77.9º | 0.67% | 0.64% | - |
| HSV(B) | 77.9º | 0.55% | 0.88% | - |
| XYZ | 50.01 | 65.48 | 22.32 | - |
| YUV | 199.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 101 | 0.16 | 0 | 0.55 | 0.12 | 77.9 | 0.67 | 0.64 |
| Hex | BC | E1 | 65 | 10 | 0 | 37 | C | 4E | 43 | 40 |
| Octal | 274 | 341 | 145 | 20 | 0 | 67 | 14 | 116 | 103 | 100 |
| Binary | 10111100 | 11100001 | 1100101 | 10000 | 0 | 110111 | 1100 | 1001110 | 1000011 | 1000000 |
Color Harmonies of #BCE165
Complementary color
Monochromatic Colors of #BCE165
Black with #BCE165
Text Example
Text Example
White with #BCE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE165; }
p { color: rgb(188,225,101); }
H1.HeaderClassName
{
color: #BCE165;
}
.AnyTagClassName
{
color: #BCE165;
}
</style>
background-color css
<style>
a { background-color: #BCE165; }
a { background-color: rgb(188,225,101); }
div.DivClassName
{
background-color: #BCE165;
}
.BgClassName
{
background-color: #BCE165;
}
</style>
border-color css
<style>
span { border-color: #BCE165; }
span { border-color: rgb(188,225,101); }
td.TdClassName
{
border-color: #BCE165;
}
.TagClassName
{
border-color: #BCE165;
}
</style>