Shades of Conifer #BDDA55
Tints of Conifer #BDDA55
RGB
CMYK
RGB Variations
Color information
#BDDA55 (or 0xBDDA55) is known color: Conifer. HEX triplet: BD, DA and 55. RGB value is (189,218,85). Sum of RGB (Red+Green+Blue) = 189+218+85=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA55 is #4225AA. Grayscale: #C2C2C2. Windows color (decimal): -4335019 or 5626557. OLE color: 5626557.
HSL color Cylindrical-coordinate representation of color #BDDA55: hue angle of 73.08º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDDA55 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 85 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.15 |
| HSL | 73.08º | 0.64% | 0.59% | - |
| HSV(B) | 73.08º | 0.61% | 0.85% | - |
| XYZ | 47.7 | 61.62 | 17.97 | - |
| YUV | 194.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 85 | 0.13 | 0 | 0.61 | 0.15 | 73.08 | 0.64 | 0.59 |
| Hex | BD | DA | 55 | D | 0 | 3D | F | 49 | 40 | 3B |
| Octal | 275 | 332 | 125 | 15 | 0 | 75 | 17 | 111 | 100 | 73 |
| Binary | 10111101 | 11011010 | 1010101 | 1101 | 0 | 111101 | 1111 | 1001001 | 1000000 | 111011 |
Color Harmonies of #BDDA55
Complementary color
Monochromatic Colors of #BDDA55
Black with #BDDA55
Text Example
Text Example
White with #BDDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA55; }
p { color: rgb(189,218,85); }
H1.HeaderClassName
{
color: #BDDA55;
}
.AnyTagClassName
{
color: #BDDA55;
}
</style>
background-color css
<style>
a { background-color: #BDDA55; }
a { background-color: rgb(189,218,85); }
div.DivClassName
{
background-color: #BDDA55;
}
.BgClassName
{
background-color: #BDDA55;
}
</style>
border-color css
<style>
span { border-color: #BDDA55; }
span { border-color: rgb(189,218,85); }
td.TdClassName
{
border-color: #BDDA55;
}
.TagClassName
{
border-color: #BDDA55;
}
</style>