Shades of Conifer #B9D455
Tints of Conifer #B9D455
RGB
CMYK
RGB Variations
Color information
#B9D455 (or 0xB9D455) is known color: Conifer. HEX triplet: B9, D4 and 55. RGB value is (185,212,85). Sum of RGB (Red+Green+Blue) = 185+212+85=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D455 is #462BAA. Grayscale: #BDBDBD. Windows color (decimal): -4598699 or 5625017. OLE color: 5625017.
HSL color Cylindrical-coordinate representation of color #B9D455: hue angle of 72.76º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9D455 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 85 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.17 |
| HSL | 72.76º | 0.6% | 0.58% | - |
| HSV(B) | 72.76º | 0.6% | 0.83% | - |
| XYZ | 45.19 | 58.06 | 17.42 | - |
| YUV | 189.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 85 | 0.13 | 0 | 0.60 | 0.17 | 72.76 | 0.6 | 0.58 |
| Hex | B9 | D4 | 55 | D | 0 | 3C | 11 | 49 | 3C | 3A |
| Octal | 271 | 324 | 125 | 15 | 0 | 74 | 21 | 111 | 74 | 72 |
| Binary | 10111001 | 11010100 | 1010101 | 1101 | 0 | 111100 | 10001 | 1001001 | 111100 | 111010 |
Color Harmonies of #B9D455
Complementary color
Monochromatic Colors of #B9D455
Black with #B9D455
Text Example
Text Example
White with #B9D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D455; }
p { color: rgb(185,212,85); }
H1.HeaderClassName
{
color: #B9D455;
}
.AnyTagClassName
{
color: #B9D455;
}
</style>
background-color css
<style>
a { background-color: #B9D455; }
a { background-color: rgb(185,212,85); }
div.DivClassName
{
background-color: #B9D455;
}
.BgClassName
{
background-color: #B9D455;
}
</style>
border-color css
<style>
span { border-color: #B9D455; }
span { border-color: rgb(185,212,85); }
td.TdClassName
{
border-color: #B9D455;
}
.TagClassName
{
border-color: #B9D455;
}
</style>