Shades of Conifer #BDDC51
Tints of Conifer #BDDC51
RGB
CMYK
RGB Variations
Color information
#BDDC51 (or 0xBDDC51) is known color: Conifer. HEX triplet: BD, DC and 51. RGB value is (189,220,81). Sum of RGB (Red+Green+Blue) = 189+220+81=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC51 is #4223AE. Grayscale: #C3C3C3. Windows color (decimal): -4334511 or 5364925. OLE color: 5364925.
HSL color Cylindrical-coordinate representation of color #BDDC51: hue angle of 73.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDDC51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.14 |
| HSL | 73.38º | 0.67% | 0.59% | - |
| HSV(B) | 73.38º | 0.63% | 0.86% | - |
| XYZ | 48.06 | 62.6 | 17.33 | - |
| YUV | 194.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 81 | 0.14 | 0 | 0.63 | 0.14 | 73.38 | 0.67 | 0.59 |
| Hex | BD | DC | 51 | E | 0 | 3F | E | 49 | 43 | 3B |
| Octal | 275 | 334 | 121 | 16 | 0 | 77 | 16 | 111 | 103 | 73 |
| Binary | 10111101 | 11011100 | 1010001 | 1110 | 0 | 111111 | 1110 | 1001001 | 1000011 | 111011 |
Color Harmonies of #BDDC51
Complementary color
Monochromatic Colors of #BDDC51
Black with #BDDC51
Text Example
Text Example
White with #BDDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC51; }
p { color: rgb(189,220,81); }
H1.HeaderClassName
{
color: #BDDC51;
}
.AnyTagClassName
{
color: #BDDC51;
}
</style>
background-color css
<style>
a { background-color: #BDDC51; }
a { background-color: rgb(189,220,81); }
div.DivClassName
{
background-color: #BDDC51;
}
.BgClassName
{
background-color: #BDDC51;
}
</style>
border-color css
<style>
span { border-color: #BDDC51; }
span { border-color: rgb(189,220,81); }
td.TdClassName
{
border-color: #BDDC51;
}
.TagClassName
{
border-color: #BDDC51;
}
</style>