Shades of Conifer #B9D550
Tints of Conifer #B9D550
RGB
CMYK
RGB Variations
Color information
#B9D550 (or 0xB9D550) is known color: Conifer. HEX triplet: B9, D5 and 50. RGB value is (185,213,80). Sum of RGB (Red+Green+Blue) = 185+213+80=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D550 is #462AAF. Grayscale: #BDBDBD. Windows color (decimal): -4598448 or 5297593. OLE color: 5297593.
HSL color Cylindrical-coordinate representation of color #B9D550: hue angle of 72.63º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9D550 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 80 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.16 |
| HSL | 72.63º | 0.61% | 0.57% | - |
| HSV(B) | 72.63º | 0.62% | 0.84% | - |
| XYZ | 45.25 | 58.48 | 16.49 | - |
| YUV | 189.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 80 | 0.13 | 0 | 0.62 | 0.16 | 72.63 | 0.61 | 0.57 |
| Hex | B9 | D5 | 50 | D | 0 | 3E | 10 | 49 | 3D | 39 |
| Octal | 271 | 325 | 120 | 15 | 0 | 76 | 20 | 111 | 75 | 71 |
| Binary | 10111001 | 11010101 | 1010000 | 1101 | 0 | 111110 | 10000 | 1001001 | 111101 | 111001 |
Color Harmonies of #B9D550
Complementary color
Monochromatic Colors of #B9D550
Black with #B9D550
Text Example
Text Example
White with #B9D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D550; }
p { color: rgb(185,213,80); }
H1.HeaderClassName
{
color: #B9D550;
}
.AnyTagClassName
{
color: #B9D550;
}
</style>
background-color css
<style>
a { background-color: #B9D550; }
a { background-color: rgb(185,213,80); }
div.DivClassName
{
background-color: #B9D550;
}
.BgClassName
{
background-color: #B9D550;
}
</style>
border-color css
<style>
span { border-color: #B9D550; }
span { border-color: rgb(185,213,80); }
td.TdClassName
{
border-color: #B9D550;
}
.TagClassName
{
border-color: #B9D550;
}
</style>