Shades of Conifer #BCDE5C
Tints of Conifer #BCDE5C
RGB
CMYK
RGB Variations
Color information
#BCDE5C (or 0xBCDE5C) is known color: Conifer. HEX triplet: BC, DE and 5C. RGB value is (188,222,92). Sum of RGB (Red+Green+Blue) = 188+222+92=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE5C is #4321A3. Grayscale: #C5C5C5. Windows color (decimal): -4399524 or 6086332. OLE color: 6086332.
HSL color Cylindrical-coordinate representation of color #BCDE5C: hue angle of 75.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCDE5C is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 92 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.13 |
| HSL | 75.69º | 0.66% | 0.62% | - |
| HSV(B) | 75.69º | 0.59% | 0.87% | - |
| XYZ | 48.79 | 63.71 | 19.85 | - |
| YUV | 197.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 92 | 0.15 | 0 | 0.59 | 0.13 | 75.69 | 0.66 | 0.62 |
| Hex | BC | DE | 5C | F | 0 | 3B | D | 4C | 42 | 3E |
| Octal | 274 | 336 | 134 | 17 | 0 | 73 | 15 | 114 | 102 | 76 |
| Binary | 10111100 | 11011110 | 1011100 | 1111 | 0 | 111011 | 1101 | 1001100 | 1000010 | 111110 |
Color Harmonies of #BCDE5C
Complementary color
Monochromatic Colors of #BCDE5C
Black with #BCDE5C
Text Example
Text Example
White with #BCDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE5C; }
p { color: rgb(188,222,92); }
H1.HeaderClassName
{
color: #BCDE5C;
}
.AnyTagClassName
{
color: #BCDE5C;
}
</style>
background-color css
<style>
a { background-color: #BCDE5C; }
a { background-color: rgb(188,222,92); }
div.DivClassName
{
background-color: #BCDE5C;
}
.BgClassName
{
background-color: #BCDE5C;
}
</style>
border-color css
<style>
span { border-color: #BCDE5C; }
span { border-color: rgb(188,222,92); }
td.TdClassName
{
border-color: #BCDE5C;
}
.TagClassName
{
border-color: #BCDE5C;
}
</style>