Shades of Conifer #B9E950
Tints of Conifer #B9E950
RGB
CMYK
RGB Variations
Color information
#B9E950 (or 0xB9E950) is known color: Conifer. HEX triplet: B9, E9 and 50. RGB value is (185,233,80). Sum of RGB (Red+Green+Blue) = 185+233+80=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E950 is #4616AF. Grayscale: #C9C9C9. Windows color (decimal): -4593328 or 5302713. OLE color: 5302713.
HSL color Cylindrical-coordinate representation of color #B9E950: hue angle of 78.82º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9E950 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 80 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.09 |
| HSL | 78.82º | 0.78% | 0.61% | - |
| HSV(B) | 78.82º | 0.66% | 0.91% | - |
| XYZ | 50.59 | 69.17 | 18.27 | - |
| YUV | 201.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 80 | 0.21 | 0 | 0.66 | 0.09 | 78.82 | 0.78 | 0.61 |
| Hex | B9 | E9 | 50 | 15 | 0 | 42 | 9 | 4F | 4E | 3D |
| Octal | 271 | 351 | 120 | 25 | 0 | 102 | 11 | 117 | 116 | 75 |
| Binary | 10111001 | 11101001 | 1010000 | 10101 | 0 | 1000010 | 1001 | 1001111 | 1001110 | 111101 |
Color Harmonies of #B9E950
Complementary color
Monochromatic Colors of #B9E950
Black with #B9E950
Text Example
Text Example
White with #B9E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E950; }
p { color: rgb(185,233,80); }
H1.HeaderClassName
{
color: #B9E950;
}
.AnyTagClassName
{
color: #B9E950;
}
</style>
background-color css
<style>
a { background-color: #B9E950; }
a { background-color: rgb(185,233,80); }
div.DivClassName
{
background-color: #B9E950;
}
.BgClassName
{
background-color: #B9E950;
}
</style>
border-color css
<style>
span { border-color: #B9E950; }
span { border-color: rgb(185,233,80); }
td.TdClassName
{
border-color: #B9E950;
}
.TagClassName
{
border-color: #B9E950;
}
</style>