Shades of Conifer #BCE955
Tints of Conifer #BCE955
RGB
CMYK
RGB Variations
Color information
#BCE955 (or 0xBCE955) is known color: Conifer. HEX triplet: BC, E9 and 55. RGB value is (188,233,85). Sum of RGB (Red+Green+Blue) = 188+233+85=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE955 is #4316AA. Grayscale: #CBCBCB. Windows color (decimal): -4396715 or 5630396. OLE color: 5630396.
HSL color Cylindrical-coordinate representation of color #BCE955: hue angle of 78.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE955 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 85 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.09 |
| HSL | 78.24º | 0.77% | 0.62% | - |
| HSV(B) | 78.24º | 0.64% | 0.91% | - |
| XYZ | 51.52 | 69.63 | 19.32 | - |
| YUV | 202.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 85 | 0.19 | 0 | 0.64 | 0.09 | 78.24 | 0.77 | 0.62 |
| Hex | BC | E9 | 55 | 13 | 0 | 40 | 9 | 4E | 4D | 3E |
| Octal | 274 | 351 | 125 | 23 | 0 | 100 | 11 | 116 | 115 | 76 |
| Binary | 10111100 | 11101001 | 1010101 | 10011 | 0 | 1000000 | 1001 | 1001110 | 1001101 | 111110 |
Color Harmonies of #BCE955
Complementary color
Monochromatic Colors of #BCE955
Black with #BCE955
Text Example
Text Example
White with #BCE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE955; }
p { color: rgb(188,233,85); }
H1.HeaderClassName
{
color: #BCE955;
}
.AnyTagClassName
{
color: #BCE955;
}
</style>
background-color css
<style>
a { background-color: #BCE955; }
a { background-color: rgb(188,233,85); }
div.DivClassName
{
background-color: #BCE955;
}
.BgClassName
{
background-color: #BCE955;
}
</style>
border-color css
<style>
span { border-color: #BCE955; }
span { border-color: rgb(188,233,85); }
td.TdClassName
{
border-color: #BCE955;
}
.TagClassName
{
border-color: #BCE955;
}
</style>