Shades of Conifer #BCEE43
Tints of Conifer #BCEE43
RGB
CMYK
RGB Variations
Color information
#BCEE43 (or 0xBCEE43) is known color: Conifer. HEX triplet: BC, EE and 43. RGB value is (188,238,67). Sum of RGB (Red+Green+Blue) = 188+238+67=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 67 (26.56% from 255 or 13.59% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE43 is #4311BC. Grayscale: #CCCCCC. Windows color (decimal): -4395453 or 4452028. OLE color: 4452028.
HSL color Cylindrical-coordinate representation of color #BCEE43: hue angle of 77.54º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCEE43 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 67 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.07 |
| HSL | 77.54º | 0.83% | 0.6% | - |
| HSV(B) | 77.54º | 0.72% | 0.93% | - |
| XYZ | 52.33 | 72.25 | 16.5 | - |
| YUV | 203.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 67 | 0.21 | 0 | 0.72 | 0.07 | 77.54 | 0.83 | 0.6 |
| Hex | BC | EE | 43 | 15 | 0 | 48 | 7 | 4E | 53 | 3C |
| Octal | 274 | 356 | 103 | 25 | 0 | 110 | 7 | 116 | 123 | 74 |
| Binary | 10111100 | 11101110 | 1000011 | 10101 | 0 | 1001000 | 111 | 1001110 | 1010011 | 111100 |
Color Harmonies of #BCEE43
Complementary color
Monochromatic Colors of #BCEE43
Black with #BCEE43
Text Example
Text Example
White with #BCEE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE43; }
p { color: rgb(188,238,67); }
H1.HeaderClassName
{
color: #BCEE43;
}
.AnyTagClassName
{
color: #BCEE43;
}
</style>
background-color css
<style>
a { background-color: #BCEE43; }
a { background-color: rgb(188,238,67); }
div.DivClassName
{
background-color: #BCEE43;
}
.BgClassName
{
background-color: #BCEE43;
}
</style>
border-color css
<style>
span { border-color: #BCEE43; }
span { border-color: rgb(188,238,67); }
td.TdClassName
{
border-color: #BCEE43;
}
.TagClassName
{
border-color: #BCEE43;
}
</style>