Shades of Conifer #BDD649
Tints of Conifer #BDD649
RGB
CMYK
RGB Variations
Color information
#BDD649 (or 0xBDD649) is known color: Conifer. HEX triplet: BD, D6 and 49. RGB value is (189,214,73). Sum of RGB (Red+Green+Blue) = 189+214+73=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD649 is #4229B6. Grayscale: #BEBEBE. Windows color (decimal): -4336055 or 4839101. OLE color: 4839101.
HSL color Cylindrical-coordinate representation of color #BDD649: hue angle of 70.64º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD649 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 73 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.16 |
| HSL | 70.64º | 0.63% | 0.56% | - |
| HSV(B) | 70.64º | 0.66% | 0.84% | - |
| XYZ | 46.24 | 59.39 | 15.33 | - |
| YUV | 190.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 73 | 0.12 | 0 | 0.66 | 0.16 | 70.64 | 0.63 | 0.56 |
| Hex | BD | D6 | 49 | C | 0 | 42 | 10 | 47 | 3F | 38 |
| Octal | 275 | 326 | 111 | 14 | 0 | 102 | 20 | 107 | 77 | 70 |
| Binary | 10111101 | 11010110 | 1001001 | 1100 | 0 | 1000010 | 10000 | 1000111 | 111111 | 111000 |
Color Harmonies of #BDD649
Complementary color
Monochromatic Colors of #BDD649
Black with #BDD649
Text Example
Text Example
White with #BDD649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD649; }
p { color: rgb(189,214,73); }
H1.HeaderClassName
{
color: #BDD649;
}
.AnyTagClassName
{
color: #BDD649;
}
</style>
background-color css
<style>
a { background-color: #BDD649; }
a { background-color: rgb(189,214,73); }
div.DivClassName
{
background-color: #BDD649;
}
.BgClassName
{
background-color: #BDD649;
}
</style>
border-color css
<style>
span { border-color: #BDD649; }
span { border-color: rgb(189,214,73); }
td.TdClassName
{
border-color: #BDD649;
}
.TagClassName
{
border-color: #BDD649;
}
</style>