Shades of Conifer #BCDD48
Tints of Conifer #BCDD48
RGB
CMYK
RGB Variations
Color information
#BCDD48 (or 0xBCDD48) is known color: Conifer. HEX triplet: BC, DD and 48. RGB value is (188,221,72). Sum of RGB (Red+Green+Blue) = 188+221+72=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD48 is #4322B7. Grayscale: #C2C2C2. Windows color (decimal): -4399800 or 4775356. OLE color: 4775356.
HSL color Cylindrical-coordinate representation of color #BCDD48: hue angle of 73.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCDD48 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 72 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.13 |
| HSL | 73.29º | 0.69% | 0.57% | - |
| HSV(B) | 73.29º | 0.67% | 0.87% | - |
| XYZ | 47.77 | 62.87 | 15.75 | - |
| YUV | 194.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 72 | 0.15 | 0 | 0.67 | 0.13 | 73.29 | 0.69 | 0.57 |
| Hex | BC | DD | 48 | F | 0 | 43 | D | 49 | 45 | 39 |
| Octal | 274 | 335 | 110 | 17 | 0 | 103 | 15 | 111 | 105 | 71 |
| Binary | 10111100 | 11011101 | 1001000 | 1111 | 0 | 1000011 | 1101 | 1001001 | 1000101 | 111001 |
Color Harmonies of #BCDD48
Complementary color
Monochromatic Colors of #BCDD48
Black with #BCDD48
Text Example
Text Example
White with #BCDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD48; }
p { color: rgb(188,221,72); }
H1.HeaderClassName
{
color: #BCDD48;
}
.AnyTagClassName
{
color: #BCDD48;
}
</style>
background-color css
<style>
a { background-color: #BCDD48; }
a { background-color: rgb(188,221,72); }
div.DivClassName
{
background-color: #BCDD48;
}
.BgClassName
{
background-color: #BCDD48;
}
</style>
border-color css
<style>
span { border-color: #BCDD48; }
span { border-color: rgb(188,221,72); }
td.TdClassName
{
border-color: #BCDD48;
}
.TagClassName
{
border-color: #BCDD48;
}
</style>