Shades of Conifer #BCDB48
Tints of Conifer #BCDB48
RGB
CMYK
RGB Variations
Color information
#BCDB48 (or 0xBCDB48) is known color: Conifer. HEX triplet: BC, DB and 48. RGB value is (188,219,72). Sum of RGB (Red+Green+Blue) = 188+219+72=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB48 is #4324B7. Grayscale: #C1C1C1. Windows color (decimal): -4400312 or 4774844. OLE color: 4774844.
HSL color Cylindrical-coordinate representation of color #BCDB48: hue angle of 72.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCDB48 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 72 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.14 |
| HSL | 72.65º | 0.67% | 0.57% | - |
| HSV(B) | 72.65º | 0.67% | 0.86% | - |
| XYZ | 47.24 | 61.82 | 15.57 | - |
| YUV | 192.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 72 | 0.14 | 0 | 0.67 | 0.14 | 72.65 | 0.67 | 0.57 |
| Hex | BC | DB | 48 | E | 0 | 43 | E | 49 | 43 | 39 |
| Octal | 274 | 333 | 110 | 16 | 0 | 103 | 16 | 111 | 103 | 71 |
| Binary | 10111100 | 11011011 | 1001000 | 1110 | 0 | 1000011 | 1110 | 1001001 | 1000011 | 111001 |
Color Harmonies of #BCDB48
Complementary color
Monochromatic Colors of #BCDB48
Black with #BCDB48
Text Example
Text Example
White with #BCDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB48; }
p { color: rgb(188,219,72); }
H1.HeaderClassName
{
color: #BCDB48;
}
.AnyTagClassName
{
color: #BCDB48;
}
</style>
background-color css
<style>
a { background-color: #BCDB48; }
a { background-color: rgb(188,219,72); }
div.DivClassName
{
background-color: #BCDB48;
}
.BgClassName
{
background-color: #BCDB48;
}
</style>
border-color css
<style>
span { border-color: #BCDB48; }
span { border-color: rgb(188,219,72); }
td.TdClassName
{
border-color: #BCDB48;
}
.TagClassName
{
border-color: #BCDB48;
}
</style>