Shades of Conifer #BDE955
Tints of Conifer #BDE955
RGB
CMYK
RGB Variations
Color information
#BDE955 (or 0xBDE955) is known color: Conifer. HEX triplet: BD, E9 and 55. RGB value is (189,233,85). Sum of RGB (Red+Green+Blue) = 189+233+85=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE955 is #4216AA. Grayscale: #CBCBCB. Windows color (decimal): -4331179 or 5630397. OLE color: 5630397.
HSL color Cylindrical-coordinate representation of color #BDE955: hue angle of 77.84º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDE955 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 85 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.09 |
| HSL | 77.84º | 0.77% | 0.62% | - |
| HSV(B) | 77.84º | 0.64% | 0.91% | - |
| XYZ | 51.76 | 69.75 | 19.33 | - |
| YUV | 202.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 85 | 0.19 | 0 | 0.64 | 0.09 | 77.84 | 0.77 | 0.62 |
| Hex | BD | E9 | 55 | 13 | 0 | 40 | 9 | 4E | 4D | 3E |
| Octal | 275 | 351 | 125 | 23 | 0 | 100 | 11 | 116 | 115 | 76 |
| Binary | 10111101 | 11101001 | 1010101 | 10011 | 0 | 1000000 | 1001 | 1001110 | 1001101 | 111110 |
Color Harmonies of #BDE955
Complementary color
Monochromatic Colors of #BDE955
Black with #BDE955
Text Example
Text Example
White with #BDE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE955; }
p { color: rgb(189,233,85); }
H1.HeaderClassName
{
color: #BDE955;
}
.AnyTagClassName
{
color: #BDE955;
}
</style>
background-color css
<style>
a { background-color: #BDE955; }
a { background-color: rgb(189,233,85); }
div.DivClassName
{
background-color: #BDE955;
}
.BgClassName
{
background-color: #BDE955;
}
</style>
border-color css
<style>
span { border-color: #BDE955; }
span { border-color: rgb(189,233,85); }
td.TdClassName
{
border-color: #BDE955;
}
.TagClassName
{
border-color: #BDE955;
}
</style>