Shades of Conifer #BCE668
Tints of Conifer #BCE668
RGB
CMYK
RGB Variations
Color information
#BCE668 (or 0xBCE668) is known color: Conifer. HEX triplet: BC, E6 and 68. RGB value is (188,230,104). Sum of RGB (Red+Green+Blue) = 188+230+104=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE668 is #431997. Grayscale: #CBCBCB. Windows color (decimal): -4397464 or 6874812. OLE color: 6874812.
HSL color Cylindrical-coordinate representation of color #BCE668: hue angle of 80º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE668 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 104 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.10 |
| HSL | 80º | 0.72% | 0.65% | - |
| HSV(B) | 80º | 0.55% | 0.9% | - |
| XYZ | 51.53 | 68.28 | 23.56 | - |
| YUV | 203.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 104 | 0.18 | 0 | 0.55 | 0.10 | 80 | 0.72 | 0.65 |
| Hex | BC | E6 | 68 | 12 | 0 | 37 | A | 50 | 48 | 41 |
| Octal | 274 | 346 | 150 | 22 | 0 | 67 | 12 | 120 | 110 | 101 |
| Binary | 10111100 | 11100110 | 1101000 | 10010 | 0 | 110111 | 1010 | 1010000 | 1001000 | 1000001 |
Color Harmonies of #BCE668
Complementary color
Monochromatic Colors of #BCE668
Black with #BCE668
Text Example
Text Example
White with #BCE668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE668; }
p { color: rgb(188,230,104); }
H1.HeaderClassName
{
color: #BCE668;
}
.AnyTagClassName
{
color: #BCE668;
}
</style>
background-color css
<style>
a { background-color: #BCE668; }
a { background-color: rgb(188,230,104); }
div.DivClassName
{
background-color: #BCE668;
}
.BgClassName
{
background-color: #BCE668;
}
</style>
border-color css
<style>
span { border-color: #BCE668; }
span { border-color: rgb(188,230,104); }
td.TdClassName
{
border-color: #BCE668;
}
.TagClassName
{
border-color: #BCE668;
}
</style>