Shades of Conifer #BCE944
Tints of Conifer #BCE944
RGB
CMYK
RGB Variations
Color information
#BCE944 (or 0xBCE944) is known color: Conifer. HEX triplet: BC, E9 and 44. RGB value is (188,233,68). Sum of RGB (Red+Green+Blue) = 188+233+68=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE944 is #4316BB. Grayscale: #C9C9C9. Windows color (decimal): -4396732 or 4516284. OLE color: 4516284.
HSL color Cylindrical-coordinate representation of color #BCE944: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCE944 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 68 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.09 |
| HSL | 76.36º | 0.79% | 0.59% | - |
| HSV(B) | 76.36º | 0.71% | 0.91% | - |
| XYZ | 50.92 | 69.39 | 16.18 | - |
| YUV | 200.74 | 53.09 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 68 | 0.19 | 0 | 0.71 | 0.09 | 76.36 | 0.79 | 0.59 |
| Hex | BC | E9 | 44 | 13 | 0 | 47 | 9 | 4C | 4F | 3B |
| Octal | 274 | 351 | 104 | 23 | 0 | 107 | 11 | 114 | 117 | 73 |
| Binary | 10111100 | 11101001 | 1000100 | 10011 | 0 | 1000111 | 1001 | 1001100 | 1001111 | 111011 |
Color Harmonies of #BCE944
Complementary color
Monochromatic Colors of #BCE944
Black with #BCE944
Text Example
Text Example
White with #BCE944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE944; }
p { color: rgb(188,233,68); }
H1.HeaderClassName
{
color: #BCE944;
}
.AnyTagClassName
{
color: #BCE944;
}
</style>
background-color css
<style>
a { background-color: #BCE944; }
a { background-color: rgb(188,233,68); }
div.DivClassName
{
background-color: #BCE944;
}
.BgClassName
{
background-color: #BCE944;
}
</style>
border-color css
<style>
span { border-color: #BCE944; }
span { border-color: rgb(188,233,68); }
td.TdClassName
{
border-color: #BCE944;
}
.TagClassName
{
border-color: #BCE944;
}
</style>