Shades of Conifer #BDDC59
Tints of Conifer #BDDC59
RGB
CMYK
RGB Variations
Color information
#BDDC59 (or 0xBDDC59) is known color: Conifer. HEX triplet: BD, DC and 59. RGB value is (189,220,89). Sum of RGB (Red+Green+Blue) = 189+220+89=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC59 is #4223A6. Grayscale: #C4C4C4. Windows color (decimal): -4334503 or 5889213. OLE color: 5889213.
HSL color Cylindrical-coordinate representation of color #BDDC59: hue angle of 74.2º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDDC59 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 89 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.14 |
| HSL | 74.2º | 0.65% | 0.61% | - |
| HSV(B) | 74.2º | 0.6% | 0.86% | - |
| XYZ | 48.38 | 62.73 | 19.01 | - |
| YUV | 195.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 89 | 0.14 | 0 | 0.60 | 0.14 | 74.2 | 0.65 | 0.61 |
| Hex | BD | DC | 59 | E | 0 | 3C | E | 4A | 41 | 3D |
| Octal | 275 | 334 | 131 | 16 | 0 | 74 | 16 | 112 | 101 | 75 |
| Binary | 10111101 | 11011100 | 1011001 | 1110 | 0 | 111100 | 1110 | 1001010 | 1000001 | 111101 |
Color Harmonies of #BDDC59
Complementary color
Monochromatic Colors of #BDDC59
Black with #BDDC59
Text Example
Text Example
White with #BDDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC59; }
p { color: rgb(189,220,89); }
H1.HeaderClassName
{
color: #BDDC59;
}
.AnyTagClassName
{
color: #BDDC59;
}
</style>
background-color css
<style>
a { background-color: #BDDC59; }
a { background-color: rgb(189,220,89); }
div.DivClassName
{
background-color: #BDDC59;
}
.BgClassName
{
background-color: #BDDC59;
}
</style>
border-color css
<style>
span { border-color: #BDDC59; }
span { border-color: rgb(189,220,89); }
td.TdClassName
{
border-color: #BDDC59;
}
.TagClassName
{
border-color: #BDDC59;
}
</style>