Shades of Conifer #BCDD63
Tints of Conifer #BCDD63
RGB
CMYK
RGB Variations
Color information
#BCDD63 (or 0xBCDD63) is known color: Conifer. HEX triplet: BC, DD and 63. RGB value is (188,221,99). Sum of RGB (Red+Green+Blue) = 188+221+99=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD63 is #43229C. Grayscale: #C5C5C5. Windows color (decimal): -4399773 or 6544828. OLE color: 6544828.
HSL color Cylindrical-coordinate representation of color #BCDD63: hue angle of 76.23º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCDD63 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 99 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.13 |
| HSL | 76.23º | 0.64% | 0.63% | - |
| HSV(B) | 76.23º | 0.55% | 0.87% | - |
| XYZ | 48.85 | 63.31 | 21.45 | - |
| YUV | 197.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 99 | 0.15 | 0 | 0.55 | 0.13 | 76.23 | 0.64 | 0.63 |
| Hex | BC | DD | 63 | F | 0 | 37 | D | 4C | 40 | 3F |
| Octal | 274 | 335 | 143 | 17 | 0 | 67 | 15 | 114 | 100 | 77 |
| Binary | 10111100 | 11011101 | 1100011 | 1111 | 0 | 110111 | 1101 | 1001100 | 1000000 | 111111 |
Color Harmonies of #BCDD63
Complementary color
Monochromatic Colors of #BCDD63
Black with #BCDD63
Text Example
Text Example
White with #BCDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD63; }
p { color: rgb(188,221,99); }
H1.HeaderClassName
{
color: #BCDD63;
}
.AnyTagClassName
{
color: #BCDD63;
}
</style>
background-color css
<style>
a { background-color: #BCDD63; }
a { background-color: rgb(188,221,99); }
div.DivClassName
{
background-color: #BCDD63;
}
.BgClassName
{
background-color: #BCDD63;
}
</style>
border-color css
<style>
span { border-color: #BCDD63; }
span { border-color: rgb(188,221,99); }
td.TdClassName
{
border-color: #BCDD63;
}
.TagClassName
{
border-color: #BCDD63;
}
</style>