Shades of Conifer #BDDB49
Tints of Conifer #BDDB49
RGB
CMYK
RGB Variations
Color information
#BDDB49 (or 0xBDDB49) is known color: Conifer. HEX triplet: BD, DB and 49. RGB value is (189,219,73). Sum of RGB (Red+Green+Blue) = 189+219+73=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB49 is #4224B6. Grayscale: #C1C1C1. Windows color (decimal): -4334775 or 4840381. OLE color: 4840381.
HSL color Cylindrical-coordinate representation of color #BDDB49: hue angle of 72.33º 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 #BDDB49 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 73 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.14 |
| HSL | 72.33º | 0.67% | 0.57% | - |
| HSV(B) | 72.33º | 0.67% | 0.86% | - |
| XYZ | 47.52 | 61.96 | 15.76 | - |
| YUV | 193.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 73 | 0.14 | 0 | 0.67 | 0.14 | 72.33 | 0.67 | 0.57 |
| Hex | BD | DB | 49 | E | 0 | 43 | E | 48 | 43 | 39 |
| Octal | 275 | 333 | 111 | 16 | 0 | 103 | 16 | 110 | 103 | 71 |
| Binary | 10111101 | 11011011 | 1001001 | 1110 | 0 | 1000011 | 1110 | 1001000 | 1000011 | 111001 |
Color Harmonies of #BDDB49
Complementary color
Monochromatic Colors of #BDDB49
Black with #BDDB49
Text Example
Text Example
White with #BDDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB49; }
p { color: rgb(189,219,73); }
H1.HeaderClassName
{
color: #BDDB49;
}
.AnyTagClassName
{
color: #BDDB49;
}
</style>
background-color css
<style>
a { background-color: #BDDB49; }
a { background-color: rgb(189,219,73); }
div.DivClassName
{
background-color: #BDDB49;
}
.BgClassName
{
background-color: #BDDB49;
}
</style>
border-color css
<style>
span { border-color: #BDDB49; }
span { border-color: rgb(189,219,73); }
td.TdClassName
{
border-color: #BDDB49;
}
.TagClassName
{
border-color: #BDDB49;
}
</style>