Shades of Conifer #BDE349
Tints of Conifer #BDE349
RGB
CMYK
RGB Variations
Color information
#BDE349 (or 0xBDE349) is known color: Conifer. HEX triplet: BD, E3 and 49. RGB value is (189,227,73). Sum of RGB (Red+Green+Blue) = 189+227+73=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE349 is #421CB6. Grayscale: #C6C6C6. Windows color (decimal): -4332727 or 4842429. OLE color: 4842429.
HSL color Cylindrical-coordinate representation of color #BDE349: hue angle of 74.81º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE349 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 73 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 74.81º | 0.73% | 0.59% | - |
| HSV(B) | 74.81º | 0.68% | 0.89% | - |
| XYZ | 49.66 | 66.24 | 16.47 | - |
| YUV | 198.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 73 | 0.17 | 0 | 0.68 | 0.11 | 74.81 | 0.73 | 0.59 |
| Hex | BD | E3 | 49 | 11 | 0 | 44 | B | 4B | 49 | 3B |
| Octal | 275 | 343 | 111 | 21 | 0 | 104 | 13 | 113 | 111 | 73 |
| Binary | 10111101 | 11100011 | 1001001 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001001 | 111011 |
Color Harmonies of #BDE349
Complementary color
Monochromatic Colors of #BDE349
Black with #BDE349
Text Example
Text Example
White with #BDE349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE349; }
p { color: rgb(189,227,73); }
H1.HeaderClassName
{
color: #BDE349;
}
.AnyTagClassName
{
color: #BDE349;
}
</style>
background-color css
<style>
a { background-color: #BDE349; }
a { background-color: rgb(189,227,73); }
div.DivClassName
{
background-color: #BDE349;
}
.BgClassName
{
background-color: #BDE349;
}
</style>
border-color css
<style>
span { border-color: #BDE349; }
span { border-color: rgb(189,227,73); }
td.TdClassName
{
border-color: #BDE349;
}
.TagClassName
{
border-color: #BDE349;
}
</style>