Shades of Conifer #BDDB4D
Tints of Conifer #BDDB4D
RGB
CMYK
RGB Variations
Color information
#BDDB4D (or 0xBDDB4D) is known color: Conifer. HEX triplet: BD, DB and 4D. RGB value is (189,219,77). Sum of RGB (Red+Green+Blue) = 189+219+77=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB4D is #4224B2. Grayscale: #C2C2C2. Windows color (decimal): -4334771 or 5102525. OLE color: 5102525.
HSL color Cylindrical-coordinate representation of color #BDDB4D: hue angle of 72.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDDB4D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 77 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.14 |
| HSL | 72.68º | 0.66% | 0.58% | - |
| HSV(B) | 72.68º | 0.65% | 0.86% | - |
| XYZ | 47.66 | 62.02 | 16.48 | - |
| YUV | 193.84 | 62.06 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 77 | 0.14 | 0 | 0.65 | 0.14 | 72.68 | 0.66 | 0.58 |
| Hex | BD | DB | 4D | E | 0 | 41 | E | 49 | 42 | 3A |
| Octal | 275 | 333 | 115 | 16 | 0 | 101 | 16 | 111 | 102 | 72 |
| Binary | 10111101 | 11011011 | 1001101 | 1110 | 0 | 1000001 | 1110 | 1001001 | 1000010 | 111010 |
Color Harmonies of #BDDB4D
Complementary color
Monochromatic Colors of #BDDB4D
Black with #BDDB4D
Text Example
Text Example
White with #BDDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB4D; }
p { color: rgb(189,219,77); }
H1.HeaderClassName
{
color: #BDDB4D;
}
.AnyTagClassName
{
color: #BDDB4D;
}
</style>
background-color css
<style>
a { background-color: #BDDB4D; }
a { background-color: rgb(189,219,77); }
div.DivClassName
{
background-color: #BDDB4D;
}
.BgClassName
{
background-color: #BDDB4D;
}
</style>
border-color css
<style>
span { border-color: #BDDB4D; }
span { border-color: rgb(189,219,77); }
td.TdClassName
{
border-color: #BDDB4D;
}
.TagClassName
{
border-color: #BDDB4D;
}
</style>