Shades of Conifer #BDDB5D
Tints of Conifer #BDDB5D
RGB
CMYK
RGB Variations
Color information
#BDDB5D (or 0xBDDB5D) is known color: Conifer. HEX triplet: BD, DB and 5D. RGB value is (189,219,93). Sum of RGB (Red+Green+Blue) = 189+219+93=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB5D is #4224A2. Grayscale: #C4C4C4. Windows color (decimal): -4334755 or 6151101. OLE color: 6151101.
HSL color Cylindrical-coordinate representation of color #BDDB5D: hue angle of 74.29º 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 #BDDB5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 93 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.14 |
| HSL | 74.29º | 0.64% | 0.61% | - |
| HSV(B) | 74.29º | 0.58% | 0.86% | - |
| XYZ | 48.29 | 62.27 | 19.83 | - |
| YUV | 195.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 93 | 0.14 | 0 | 0.58 | 0.14 | 74.29 | 0.64 | 0.61 |
| Hex | BD | DB | 5D | E | 0 | 3A | E | 4A | 40 | 3D |
| Octal | 275 | 333 | 135 | 16 | 0 | 72 | 16 | 112 | 100 | 75 |
| Binary | 10111101 | 11011011 | 1011101 | 1110 | 0 | 111010 | 1110 | 1001010 | 1000000 | 111101 |
Color Harmonies of #BDDB5D
Complementary color
Monochromatic Colors of #BDDB5D
Black with #BDDB5D
Text Example
Text Example
White with #BDDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB5D; }
p { color: rgb(189,219,93); }
H1.HeaderClassName
{
color: #BDDB5D;
}
.AnyTagClassName
{
color: #BDDB5D;
}
</style>
background-color css
<style>
a { background-color: #BDDB5D; }
a { background-color: rgb(189,219,93); }
div.DivClassName
{
background-color: #BDDB5D;
}
.BgClassName
{
background-color: #BDDB5D;
}
</style>
border-color css
<style>
span { border-color: #BDDB5D; }
span { border-color: rgb(189,219,93); }
td.TdClassName
{
border-color: #BDDB5D;
}
.TagClassName
{
border-color: #BDDB5D;
}
</style>