Shades of Conifer #B9D658
Tints of Conifer #B9D658
RGB
CMYK
RGB Variations
Color information
#B9D658 (or 0xB9D658) is known color: Conifer. HEX triplet: B9, D6 and 58. RGB value is (185,214,88). Sum of RGB (Red+Green+Blue) = 185+214+88=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D658 is #4629A7. Grayscale: #BFBFBF. Windows color (decimal): -4598184 or 5822137. OLE color: 5822137.
HSL color Cylindrical-coordinate representation of color #B9D658: hue angle of 73.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9D658 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 88 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.16 |
| HSL | 73.81º | 0.61% | 0.59% | - |
| HSV(B) | 73.81º | 0.59% | 0.84% | - |
| XYZ | 45.82 | 59.11 | 18.23 | - |
| YUV | 190.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 88 | 0.14 | 0 | 0.59 | 0.16 | 73.81 | 0.61 | 0.59 |
| Hex | B9 | D6 | 58 | E | 0 | 3B | 10 | 4A | 3D | 3B |
| Octal | 271 | 326 | 130 | 16 | 0 | 73 | 20 | 112 | 75 | 73 |
| Binary | 10111001 | 11010110 | 1011000 | 1110 | 0 | 111011 | 10000 | 1001010 | 111101 | 111011 |
Color Harmonies of #B9D658
Complementary color
Monochromatic Colors of #B9D658
Black with #B9D658
Text Example
Text Example
White with #B9D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D658; }
p { color: rgb(185,214,88); }
H1.HeaderClassName
{
color: #B9D658;
}
.AnyTagClassName
{
color: #B9D658;
}
</style>
background-color css
<style>
a { background-color: #B9D658; }
a { background-color: rgb(185,214,88); }
div.DivClassName
{
background-color: #B9D658;
}
.BgClassName
{
background-color: #B9D658;
}
</style>
border-color css
<style>
span { border-color: #B9D658; }
span { border-color: rgb(185,214,88); }
td.TdClassName
{
border-color: #B9D658;
}
.TagClassName
{
border-color: #B9D658;
}
</style>