Shades of Conifer #BDDC63
Tints of Conifer #BDDC63
RGB
CMYK
RGB Variations
Color information
#BDDC63 (or 0xBDDC63) is known color: Conifer. HEX triplet: BD, DC and 63. RGB value is (189,220,99). Sum of RGB (Red+Green+Blue) = 189+220+99=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC63 is #42239C. Grayscale: #C5C5C5. Windows color (decimal): -4334493 or 6544573. OLE color: 6544573.
HSL color Cylindrical-coordinate representation of color #BDDC63: hue angle of 75.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDDC63 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 99 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.14 |
| HSL | 75.37º | 0.63% | 0.63% | - |
| HSV(B) | 75.37º | 0.55% | 0.86% | - |
| XYZ | 48.83 | 62.91 | 21.37 | - |
| YUV | 196.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 99 | 0.14 | 0 | 0.55 | 0.14 | 75.37 | 0.63 | 0.63 |
| Hex | BD | DC | 63 | E | 0 | 37 | E | 4B | 3F | 3F |
| Octal | 275 | 334 | 143 | 16 | 0 | 67 | 16 | 113 | 77 | 77 |
| Binary | 10111101 | 11011100 | 1100011 | 1110 | 0 | 110111 | 1110 | 1001011 | 111111 | 111111 |
Color Harmonies of #BDDC63
Complementary color
Monochromatic Colors of #BDDC63
Black with #BDDC63
Text Example
Text Example
White with #BDDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC63; }
p { color: rgb(189,220,99); }
H1.HeaderClassName
{
color: #BDDC63;
}
.AnyTagClassName
{
color: #BDDC63;
}
</style>
background-color css
<style>
a { background-color: #BDDC63; }
a { background-color: rgb(189,220,99); }
div.DivClassName
{
background-color: #BDDC63;
}
.BgClassName
{
background-color: #BDDC63;
}
</style>
border-color css
<style>
span { border-color: #BDDC63; }
span { border-color: rgb(189,220,99); }
td.TdClassName
{
border-color: #BDDC63;
}
.TagClassName
{
border-color: #BDDC63;
}
</style>