Shades of Conifer #BCE167
Tints of Conifer #BCE167
RGB
CMYK
RGB Variations
Color information
#BCE167 (or 0xBCE167) is known color: Conifer. HEX triplet: BC, E1 and 67. RGB value is (188,225,103). Sum of RGB (Red+Green+Blue) = 188+225+103=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE167 is #431E98. Grayscale: #C8C8C8. Windows color (decimal): -4398745 or 6807996. OLE color: 6807996.
HSL color Cylindrical-coordinate representation of color #BCE167: hue angle of 78.2º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCE167 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 103 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.12 |
| HSL | 78.2º | 0.67% | 0.64% | - |
| HSV(B) | 78.2º | 0.54% | 0.88% | - |
| XYZ | 50.11 | 65.52 | 22.84 | - |
| YUV | 200.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 103 | 0.16 | 0 | 0.54 | 0.12 | 78.2 | 0.67 | 0.64 |
| Hex | BC | E1 | 67 | 10 | 0 | 36 | C | 4E | 43 | 40 |
| Octal | 274 | 341 | 147 | 20 | 0 | 66 | 14 | 116 | 103 | 100 |
| Binary | 10111100 | 11100001 | 1100111 | 10000 | 0 | 110110 | 1100 | 1001110 | 1000011 | 1000000 |
Color Harmonies of #BCE167
Complementary color
Monochromatic Colors of #BCE167
Black with #BCE167
Text Example
Text Example
White with #BCE167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE167; }
p { color: rgb(188,225,103); }
H1.HeaderClassName
{
color: #BCE167;
}
.AnyTagClassName
{
color: #BCE167;
}
</style>
background-color css
<style>
a { background-color: #BCE167; }
a { background-color: rgb(188,225,103); }
div.DivClassName
{
background-color: #BCE167;
}
.BgClassName
{
background-color: #BCE167;
}
</style>
border-color css
<style>
span { border-color: #BCE167; }
span { border-color: rgb(188,225,103); }
td.TdClassName
{
border-color: #BCE167;
}
.TagClassName
{
border-color: #BCE167;
}
</style>