Shades of Conifer #B9E465
Tints of Conifer #B9E465
RGB
CMYK
RGB Variations
Color information
#B9E465 (or 0xB9E465) is known color: Conifer. HEX triplet: B9, E4 and 65. RGB value is (185,228,101). Sum of RGB (Red+Green+Blue) = 185+228+101=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E465 is #461B9A. Grayscale: #C9C9C9. Windows color (decimal): -4594587 or 6677689. OLE color: 6677689.
HSL color Cylindrical-coordinate representation of color #B9E465: hue angle of 80.31º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9E465 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 101 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.11 |
| HSL | 80.31º | 0.7% | 0.65% | - |
| HSV(B) | 80.31º | 0.56% | 0.89% | - |
| XYZ | 50.1 | 66.74 | 22.55 | - |
| YUV | 200.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 101 | 0.19 | 0 | 0.56 | 0.11 | 80.31 | 0.7 | 0.65 |
| Hex | B9 | E4 | 65 | 13 | 0 | 38 | B | 50 | 46 | 41 |
| Octal | 271 | 344 | 145 | 23 | 0 | 70 | 13 | 120 | 106 | 101 |
| Binary | 10111001 | 11100100 | 1100101 | 10011 | 0 | 111000 | 1011 | 1010000 | 1000110 | 1000001 |
Color Harmonies of #B9E465
Complementary color
Monochromatic Colors of #B9E465
Black with #B9E465
Text Example
Text Example
White with #B9E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E465; }
p { color: rgb(185,228,101); }
H1.HeaderClassName
{
color: #B9E465;
}
.AnyTagClassName
{
color: #B9E465;
}
</style>
background-color css
<style>
a { background-color: #B9E465; }
a { background-color: rgb(185,228,101); }
div.DivClassName
{
background-color: #B9E465;
}
.BgClassName
{
background-color: #B9E465;
}
</style>
border-color css
<style>
span { border-color: #B9E465; }
span { border-color: rgb(185,228,101); }
td.TdClassName
{
border-color: #B9E465;
}
.TagClassName
{
border-color: #B9E465;
}
</style>