Shades of Conifer #BDDC5D
Tints of Conifer #BDDC5D
RGB
CMYK
RGB Variations
Color information
#BDDC5D (or 0xBDDC5D) is known color: Conifer. HEX triplet: BD, DC and 5D. RGB value is (189,220,93). Sum of RGB (Red+Green+Blue) = 189+220+93=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC5D is #4223A2. Grayscale: #C4C4C4. Windows color (decimal): -4334499 or 6151357. OLE color: 6151357.
HSL color Cylindrical-coordinate representation of color #BDDC5D: hue angle of 74.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDDC5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 93 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.14 |
| HSL | 74.65º | 0.64% | 0.61% | - |
| HSV(B) | 74.65º | 0.58% | 0.86% | - |
| XYZ | 48.56 | 62.8 | 19.92 | - |
| YUV | 196.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 93 | 0.14 | 0 | 0.58 | 0.14 | 74.65 | 0.64 | 0.61 |
| Hex | BD | DC | 5D | E | 0 | 3A | E | 4B | 40 | 3D |
| Octal | 275 | 334 | 135 | 16 | 0 | 72 | 16 | 113 | 100 | 75 |
| Binary | 10111101 | 11011100 | 1011101 | 1110 | 0 | 111010 | 1110 | 1001011 | 1000000 | 111101 |
Color Harmonies of #BDDC5D
Complementary color
Monochromatic Colors of #BDDC5D
Black with #BDDC5D
Text Example
Text Example
White with #BDDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC5D; }
p { color: rgb(189,220,93); }
H1.HeaderClassName
{
color: #BDDC5D;
}
.AnyTagClassName
{
color: #BDDC5D;
}
</style>
background-color css
<style>
a { background-color: #BDDC5D; }
a { background-color: rgb(189,220,93); }
div.DivClassName
{
background-color: #BDDC5D;
}
.BgClassName
{
background-color: #BDDC5D;
}
</style>
border-color css
<style>
span { border-color: #BDDC5D; }
span { border-color: rgb(189,220,93); }
td.TdClassName
{
border-color: #BDDC5D;
}
.TagClassName
{
border-color: #BDDC5D;
}
</style>