Shades of Conifer #BCE664
Tints of Conifer #BCE664
RGB
CMYK
RGB Variations
Color information
#BCE664 (or 0xBCE664) is known color: Conifer. HEX triplet: BC, E6 and 64. RGB value is (188,230,100). Sum of RGB (Red+Green+Blue) = 188+230+100=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE664 is #43199B. Grayscale: #CBCBCB. Windows color (decimal): -4397468 or 6612668. OLE color: 6612668.
HSL color Cylindrical-coordinate representation of color #BCE664: hue angle of 79.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCE664 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 100 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.10 |
| HSL | 79.38º | 0.72% | 0.65% | - |
| HSV(B) | 79.38º | 0.57% | 0.9% | - |
| XYZ | 51.34 | 68.21 | 22.52 | - |
| YUV | 202.62 | 70.09 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 100 | 0.18 | 0 | 0.57 | 0.10 | 79.38 | 0.72 | 0.65 |
| Hex | BC | E6 | 64 | 12 | 0 | 39 | A | 4F | 48 | 41 |
| Octal | 274 | 346 | 144 | 22 | 0 | 71 | 12 | 117 | 110 | 101 |
| Binary | 10111100 | 11100110 | 1100100 | 10010 | 0 | 111001 | 1010 | 1001111 | 1001000 | 1000001 |
Color Harmonies of #BCE664
Complementary color
Monochromatic Colors of #BCE664
Black with #BCE664
Text Example
Text Example
White with #BCE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE664; }
p { color: rgb(188,230,100); }
H1.HeaderClassName
{
color: #BCE664;
}
.AnyTagClassName
{
color: #BCE664;
}
</style>
background-color css
<style>
a { background-color: #BCE664; }
a { background-color: rgb(188,230,100); }
div.DivClassName
{
background-color: #BCE664;
}
.BgClassName
{
background-color: #BCE664;
}
</style>
border-color css
<style>
span { border-color: #BCE664; }
span { border-color: rgb(188,230,100); }
td.TdClassName
{
border-color: #BCE664;
}
.TagClassName
{
border-color: #BCE664;
}
</style>