Shades of Conifer #B9E261
Tints of Conifer #B9E261
RGB
CMYK
RGB Variations
Color information
#B9E261 (or 0xB9E261) is known color: Conifer. HEX triplet: B9, E2 and 61. RGB value is (185,226,97). Sum of RGB (Red+Green+Blue) = 185+226+97=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E261 is #461D9E. Grayscale: #C7C7C7. Windows color (decimal): -4595103 or 6415033. OLE color: 6415033.
HSL color Cylindrical-coordinate representation of color #B9E261: hue angle of 79.07º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9E261 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 97 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.11 |
| HSL | 79.07º | 0.69% | 0.63% | - |
| HSV(B) | 79.07º | 0.57% | 0.89% | - |
| XYZ | 49.36 | 65.57 | 21.36 | - |
| YUV | 199.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 97 | 0.18 | 0 | 0.57 | 0.11 | 79.07 | 0.69 | 0.63 |
| Hex | B9 | E2 | 61 | 12 | 0 | 39 | B | 4F | 45 | 3F |
| Octal | 271 | 342 | 141 | 22 | 0 | 71 | 13 | 117 | 105 | 77 |
| Binary | 10111001 | 11100010 | 1100001 | 10010 | 0 | 111001 | 1011 | 1001111 | 1000101 | 111111 |
Color Harmonies of #B9E261
Complementary color
Monochromatic Colors of #B9E261
Black with #B9E261
Text Example
Text Example
White with #B9E261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E261; }
p { color: rgb(185,226,97); }
H1.HeaderClassName
{
color: #B9E261;
}
.AnyTagClassName
{
color: #B9E261;
}
</style>
background-color css
<style>
a { background-color: #B9E261; }
a { background-color: rgb(185,226,97); }
div.DivClassName
{
background-color: #B9E261;
}
.BgClassName
{
background-color: #B9E261;
}
</style>
border-color css
<style>
span { border-color: #B9E261; }
span { border-color: rgb(185,226,97); }
td.TdClassName
{
border-color: #B9E261;
}
.TagClassName
{
border-color: #B9E261;
}
</style>