Shades of Conifer #BCD848
Tints of Conifer #BCD848
RGB
CMYK
RGB Variations
Color information
#BCD848 (or 0xBCD848) is known color: Conifer. HEX triplet: BC, D8 and 48. RGB value is (188,216,72). Sum of RGB (Red+Green+Blue) = 188+216+72=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD848 is #4327B7. Grayscale: #BFBFBF. Windows color (decimal): -4401080 or 4774076. OLE color: 4774076.
HSL color Cylindrical-coordinate representation of color #BCD848: hue angle of 71.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD848 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 72 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.15 |
| HSL | 71.67º | 0.65% | 0.56% | - |
| HSV(B) | 71.67º | 0.67% | 0.85% | - |
| XYZ | 46.46 | 60.27 | 15.32 | - |
| YUV | 191.21 | 60.72 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 72 | 0.13 | 0 | 0.67 | 0.15 | 71.67 | 0.65 | 0.56 |
| Hex | BC | D8 | 48 | D | 0 | 43 | F | 48 | 41 | 38 |
| Octal | 274 | 330 | 110 | 15 | 0 | 103 | 17 | 110 | 101 | 70 |
| Binary | 10111100 | 11011000 | 1001000 | 1101 | 0 | 1000011 | 1111 | 1001000 | 1000001 | 111000 |
Color Harmonies of #BCD848
Complementary color
Monochromatic Colors of #BCD848
Black with #BCD848
Text Example
Text Example
White with #BCD848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD848; }
p { color: rgb(188,216,72); }
H1.HeaderClassName
{
color: #BCD848;
}
.AnyTagClassName
{
color: #BCD848;
}
</style>
background-color css
<style>
a { background-color: #BCD848; }
a { background-color: rgb(188,216,72); }
div.DivClassName
{
background-color: #BCD848;
}
.BgClassName
{
background-color: #BCD848;
}
</style>
border-color css
<style>
span { border-color: #BCD848; }
span { border-color: rgb(188,216,72); }
td.TdClassName
{
border-color: #BCD848;
}
.TagClassName
{
border-color: #BCD848;
}
</style>