Shades of Conifer #BCEA5D
Tints of Conifer #BCEA5D
RGB
CMYK
RGB Variations
Color information
#BCEA5D (or 0xBCEA5D) is known color: Conifer. HEX triplet: BC, EA and 5D. RGB value is (188,234,93). Sum of RGB (Red+Green+Blue) = 188+234+93=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA5D is #4315A2. Grayscale: #CCCCCC. Windows color (decimal): -4396451 or 6154940. OLE color: 6154940.
HSL color Cylindrical-coordinate representation of color #BCEA5D: hue angle of 79.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCEA5D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 93 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.08 |
| HSL | 79.57º | 0.77% | 0.64% | - |
| HSV(B) | 79.57º | 0.6% | 0.92% | - |
| XYZ | 52.14 | 70.33 | 21.18 | - |
| YUV | 204.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 93 | 0.20 | 0 | 0.60 | 0.08 | 79.57 | 0.77 | 0.64 |
| Hex | BC | EA | 5D | 14 | 0 | 3C | 8 | 50 | 4D | 40 |
| Octal | 274 | 352 | 135 | 24 | 0 | 74 | 10 | 120 | 115 | 100 |
| Binary | 10111100 | 11101010 | 1011101 | 10100 | 0 | 111100 | 1000 | 1010000 | 1001101 | 1000000 |
Color Harmonies of #BCEA5D
Complementary color
Monochromatic Colors of #BCEA5D
Black with #BCEA5D
Text Example
Text Example
White with #BCEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA5D; }
p { color: rgb(188,234,93); }
H1.HeaderClassName
{
color: #BCEA5D;
}
.AnyTagClassName
{
color: #BCEA5D;
}
</style>
background-color css
<style>
a { background-color: #BCEA5D; }
a { background-color: rgb(188,234,93); }
div.DivClassName
{
background-color: #BCEA5D;
}
.BgClassName
{
background-color: #BCEA5D;
}
</style>
border-color css
<style>
span { border-color: #BCEA5D; }
span { border-color: rgb(188,234,93); }
td.TdClassName
{
border-color: #BCEA5D;
}
.TagClassName
{
border-color: #BCEA5D;
}
</style>