Shades of Conifer #BCD85C
Tints of Conifer #BCD85C
RGB
CMYK
RGB Variations
Color information
#BCD85C (or 0xBCD85C) is known color: Conifer. HEX triplet: BC, D8 and 5C. RGB value is (188,216,92). Sum of RGB (Red+Green+Blue) = 188+216+92=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD85C is #4327A3. Grayscale: #C1C1C1. Windows color (decimal): -4401060 or 6084796. OLE color: 6084796.
HSL color Cylindrical-coordinate representation of color #BCD85C: hue angle of 73.55º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCD85C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 92 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.15 |
| HSL | 73.55º | 0.61% | 0.6% | - |
| HSV(B) | 73.55º | 0.57% | 0.85% | - |
| XYZ | 47.23 | 60.58 | 19.33 | - |
| YUV | 193.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 92 | 0.13 | 0 | 0.57 | 0.15 | 73.55 | 0.61 | 0.6 |
| Hex | BC | D8 | 5C | D | 0 | 39 | F | 4A | 3D | 3C |
| Octal | 274 | 330 | 134 | 15 | 0 | 71 | 17 | 112 | 75 | 74 |
| Binary | 10111100 | 11011000 | 1011100 | 1101 | 0 | 111001 | 1111 | 1001010 | 111101 | 111100 |
Color Harmonies of #BCD85C
Complementary color
Monochromatic Colors of #BCD85C
Black with #BCD85C
Text Example
Text Example
White with #BCD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD85C; }
p { color: rgb(188,216,92); }
H1.HeaderClassName
{
color: #BCD85C;
}
.AnyTagClassName
{
color: #BCD85C;
}
</style>
background-color css
<style>
a { background-color: #BCD85C; }
a { background-color: rgb(188,216,92); }
div.DivClassName
{
background-color: #BCD85C;
}
.BgClassName
{
background-color: #BCD85C;
}
</style>
border-color css
<style>
span { border-color: #BCD85C; }
span { border-color: rgb(188,216,92); }
td.TdClassName
{
border-color: #BCD85C;
}
.TagClassName
{
border-color: #BCD85C;
}
</style>