Shades of Conifer #BDDC47
Tints of Conifer #BDDC47
RGB
CMYK
RGB Variations
Color information
#BDDC47 (or 0xBDDC47) is known color: Conifer. HEX triplet: BD, DC and 47. RGB value is (189,220,71). Sum of RGB (Red+Green+Blue) = 189+220+71=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC47 is #4223B8. Grayscale: #C2C2C2. Windows color (decimal): -4334521 or 4709565. OLE color: 4709565.
HSL color Cylindrical-coordinate representation of color #BDDC47: hue angle of 72.48º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDDC47 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 71 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.14 |
| HSL | 72.48º | 0.68% | 0.57% | - |
| HSV(B) | 72.48º | 0.68% | 0.86% | - |
| XYZ | 47.72 | 62.46 | 15.5 | - |
| YUV | 193.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 71 | 0.14 | 0 | 0.68 | 0.14 | 72.48 | 0.68 | 0.57 |
| Hex | BD | DC | 47 | E | 0 | 44 | E | 48 | 44 | 39 |
| Octal | 275 | 334 | 107 | 16 | 0 | 104 | 16 | 110 | 104 | 71 |
| Binary | 10111101 | 11011100 | 1000111 | 1110 | 0 | 1000100 | 1110 | 1001000 | 1000100 | 111001 |
Color Harmonies of #BDDC47
Complementary color
Monochromatic Colors of #BDDC47
Black with #BDDC47
Text Example
Text Example
White with #BDDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC47; }
p { color: rgb(189,220,71); }
H1.HeaderClassName
{
color: #BDDC47;
}
.AnyTagClassName
{
color: #BDDC47;
}
</style>
background-color css
<style>
a { background-color: #BDDC47; }
a { background-color: rgb(189,220,71); }
div.DivClassName
{
background-color: #BDDC47;
}
.BgClassName
{
background-color: #BDDC47;
}
</style>
border-color css
<style>
span { border-color: #BDDC47; }
span { border-color: rgb(189,220,71); }
td.TdClassName
{
border-color: #BDDC47;
}
.TagClassName
{
border-color: #BDDC47;
}
</style>