Shades of Conifer #BCDD58
Tints of Conifer #BCDD58
RGB
CMYK
RGB Variations
Color information
#BCDD58 (or 0xBCDD58) is known color: Conifer. HEX triplet: BC, DD and 58. RGB value is (188,221,88). Sum of RGB (Red+Green+Blue) = 188+221+88=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD58 is #4322A7. Grayscale: #C4C4C4. Windows color (decimal): -4399784 or 5823932. OLE color: 5823932.
HSL color Cylindrical-coordinate representation of color #BCDD58: hue angle of 74.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCDD58 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 88 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.13 |
| HSL | 74.89º | 0.66% | 0.61% | - |
| HSV(B) | 74.89º | 0.6% | 0.87% | - |
| XYZ | 48.36 | 63.11 | 18.87 | - |
| YUV | 195.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 88 | 0.15 | 0 | 0.60 | 0.13 | 74.89 | 0.66 | 0.61 |
| Hex | BC | DD | 58 | F | 0 | 3C | D | 4B | 42 | 3D |
| Octal | 274 | 335 | 130 | 17 | 0 | 74 | 15 | 113 | 102 | 75 |
| Binary | 10111100 | 11011101 | 1011000 | 1111 | 0 | 111100 | 1101 | 1001011 | 1000010 | 111101 |
Color Harmonies of #BCDD58
Complementary color
Monochromatic Colors of #BCDD58
Black with #BCDD58
Text Example
Text Example
White with #BCDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD58; }
p { color: rgb(188,221,88); }
H1.HeaderClassName
{
color: #BCDD58;
}
.AnyTagClassName
{
color: #BCDD58;
}
</style>
background-color css
<style>
a { background-color: #BCDD58; }
a { background-color: rgb(188,221,88); }
div.DivClassName
{
background-color: #BCDD58;
}
.BgClassName
{
background-color: #BCDD58;
}
</style>
border-color css
<style>
span { border-color: #BCDD58; }
span { border-color: rgb(188,221,88); }
td.TdClassName
{
border-color: #BCDD58;
}
.TagClassName
{
border-color: #BCDD58;
}
</style>