Shades of Conifer #BDDB51
Tints of Conifer #BDDB51
RGB
CMYK
RGB Variations
Color information
#BDDB51 (or 0xBDDB51) is known color: Conifer. HEX triplet: BD, DB and 51. RGB value is (189,219,81). Sum of RGB (Red+Green+Blue) = 189+219+81=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB51 is #4224AE. Grayscale: #C2C2C2. Windows color (decimal): -4334767 or 5364669. OLE color: 5364669.
HSL color Cylindrical-coordinate representation of color #BDDB51: hue angle of 73.04º degrees, saturation: 0.66, 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 #BDDB51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.14 |
| HSL | 73.04º | 0.66% | 0.59% | - |
| HSV(B) | 73.04º | 0.63% | 0.86% | - |
| XYZ | 47.8 | 62.08 | 17.25 | - |
| YUV | 194.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 81 | 0.14 | 0 | 0.63 | 0.14 | 73.04 | 0.66 | 0.59 |
| Hex | BD | DB | 51 | E | 0 | 3F | E | 49 | 42 | 3B |
| Octal | 275 | 333 | 121 | 16 | 0 | 77 | 16 | 111 | 102 | 73 |
| Binary | 10111101 | 11011011 | 1010001 | 1110 | 0 | 111111 | 1110 | 1001001 | 1000010 | 111011 |
Color Harmonies of #BDDB51
Complementary color
Monochromatic Colors of #BDDB51
Black with #BDDB51
Text Example
Text Example
White with #BDDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB51; }
p { color: rgb(189,219,81); }
H1.HeaderClassName
{
color: #BDDB51;
}
.AnyTagClassName
{
color: #BDDB51;
}
</style>
background-color css
<style>
a { background-color: #BDDB51; }
a { background-color: rgb(189,219,81); }
div.DivClassName
{
background-color: #BDDB51;
}
.BgClassName
{
background-color: #BDDB51;
}
</style>
border-color css
<style>
span { border-color: #BDDB51; }
span { border-color: rgb(189,219,81); }
td.TdClassName
{
border-color: #BDDB51;
}
.TagClassName
{
border-color: #BDDB51;
}
</style>