Shades of Conifer #BCEE5C
Tints of Conifer #BCEE5C
RGB
CMYK
RGB Variations
Color information
#BCEE5C (or 0xBCEE5C) is known color: Conifer. HEX triplet: BC, EE and 5C. RGB value is (188,238,92). Sum of RGB (Red+Green+Blue) = 188+238+92=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE5C is #4311A3. Grayscale: #CECECE. Windows color (decimal): -4395428 or 6090428. OLE color: 6090428.
HSL color Cylindrical-coordinate representation of color #BCEE5C: hue angle of 80.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEE5C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 92 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.07 |
| HSL | 80.55º | 0.81% | 0.65% | - |
| HSV(B) | 80.55º | 0.61% | 0.93% | - |
| XYZ | 53.25 | 72.61 | 21.33 | - |
| YUV | 206.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 92 | 0.21 | 0 | 0.61 | 0.07 | 80.55 | 0.81 | 0.65 |
| Hex | BC | EE | 5C | 15 | 0 | 3D | 7 | 51 | 51 | 41 |
| Octal | 274 | 356 | 134 | 25 | 0 | 75 | 7 | 121 | 121 | 101 |
| Binary | 10111100 | 11101110 | 1011100 | 10101 | 0 | 111101 | 111 | 1010001 | 1010001 | 1000001 |
Color Harmonies of #BCEE5C
Complementary color
Monochromatic Colors of #BCEE5C
Black with #BCEE5C
Text Example
Text Example
White with #BCEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE5C; }
p { color: rgb(188,238,92); }
H1.HeaderClassName
{
color: #BCEE5C;
}
.AnyTagClassName
{
color: #BCEE5C;
}
</style>
background-color css
<style>
a { background-color: #BCEE5C; }
a { background-color: rgb(188,238,92); }
div.DivClassName
{
background-color: #BCEE5C;
}
.BgClassName
{
background-color: #BCEE5C;
}
</style>
border-color css
<style>
span { border-color: #BCEE5C; }
span { border-color: rgb(188,238,92); }
td.TdClassName
{
border-color: #BCEE5C;
}
.TagClassName
{
border-color: #BCEE5C;
}
</style>