Shades of Conifer #BCE55C
Tints of Conifer #BCE55C
RGB
CMYK
RGB Variations
Color information
#BCE55C (or 0xBCE55C) is known color: Conifer. HEX triplet: BC, E5 and 5C. RGB value is (188,229,92). Sum of RGB (Red+Green+Blue) = 188+229+92=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE55C is #431AA3. Grayscale: #C9C9C9. Windows color (decimal): -4397732 or 6088124. OLE color: 6088124.
HSL color Cylindrical-coordinate representation of color #BCE55C: hue angle of 77.96º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE55C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 92 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.10 |
| HSL | 77.96º | 0.72% | 0.63% | - |
| HSV(B) | 77.96º | 0.6% | 0.9% | - |
| XYZ | 50.69 | 67.5 | 20.48 | - |
| YUV | 201.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 92 | 0.18 | 0 | 0.60 | 0.10 | 77.96 | 0.72 | 0.63 |
| Hex | BC | E5 | 5C | 12 | 0 | 3C | A | 4E | 48 | 3F |
| Octal | 274 | 345 | 134 | 22 | 0 | 74 | 12 | 116 | 110 | 77 |
| Binary | 10111100 | 11100101 | 1011100 | 10010 | 0 | 111100 | 1010 | 1001110 | 1001000 | 111111 |
Color Harmonies of #BCE55C
Complementary color
Monochromatic Colors of #BCE55C
Black with #BCE55C
Text Example
Text Example
White with #BCE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE55C; }
p { color: rgb(188,229,92); }
H1.HeaderClassName
{
color: #BCE55C;
}
.AnyTagClassName
{
color: #BCE55C;
}
</style>
background-color css
<style>
a { background-color: #BCE55C; }
a { background-color: rgb(188,229,92); }
div.DivClassName
{
background-color: #BCE55C;
}
.BgClassName
{
background-color: #BCE55C;
}
</style>
border-color css
<style>
span { border-color: #BCE55C; }
span { border-color: rgb(188,229,92); }
td.TdClassName
{
border-color: #BCE55C;
}
.TagClassName
{
border-color: #BCE55C;
}
</style>