Shades of Conifer #BCE64A
Tints of Conifer #BCE64A
RGB
CMYK
RGB Variations
Color information
#BCE64A (or 0xBCE64A) is known color: Conifer. HEX triplet: BC, E6 and 4A. RGB value is (188,230,74). Sum of RGB (Red+Green+Blue) = 188+230+74=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE64A is #4319B5. Grayscale: #C8C8C8. Windows color (decimal): -4397494 or 4908732. OLE color: 4908732.
HSL color Cylindrical-coordinate representation of color #BCE64A: hue angle of 76.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE64A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 74 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.10 |
| HSL | 76.15º | 0.76% | 0.6% | - |
| HSV(B) | 76.15º | 0.68% | 0.9% | - |
| XYZ | 50.27 | 67.78 | 16.91 | - |
| YUV | 199.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 74 | 0.18 | 0 | 0.68 | 0.10 | 76.15 | 0.76 | 0.6 |
| Hex | BC | E6 | 4A | 12 | 0 | 44 | A | 4C | 4C | 3C |
| Octal | 274 | 346 | 112 | 22 | 0 | 104 | 12 | 114 | 114 | 74 |
| Binary | 10111100 | 11100110 | 1001010 | 10010 | 0 | 1000100 | 1010 | 1001100 | 1001100 | 111100 |
Color Harmonies of #BCE64A
Complementary color
Monochromatic Colors of #BCE64A
Black with #BCE64A
Text Example
Text Example
White with #BCE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE64A; }
p { color: rgb(188,230,74); }
H1.HeaderClassName
{
color: #BCE64A;
}
.AnyTagClassName
{
color: #BCE64A;
}
</style>
background-color css
<style>
a { background-color: #BCE64A; }
a { background-color: rgb(188,230,74); }
div.DivClassName
{
background-color: #BCE64A;
}
.BgClassName
{
background-color: #BCE64A;
}
</style>
border-color css
<style>
span { border-color: #BCE64A; }
span { border-color: rgb(188,230,74); }
td.TdClassName
{
border-color: #BCE64A;
}
.TagClassName
{
border-color: #BCE64A;
}
</style>