Shades of Conifer #B9D447
Tints of Conifer #B9D447
RGB
CMYK
RGB Variations
Color information
#B9D447 (or 0xB9D447) is known color: Conifer. HEX triplet: B9, D4 and 47. RGB value is (185,212,71). Sum of RGB (Red+Green+Blue) = 185+212+71=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D447 is #462BB8. Grayscale: #BCBCBC. Windows color (decimal): -4598713 or 4707513. OLE color: 4707513.
HSL color Cylindrical-coordinate representation of color #B9D447: hue angle of 71.49º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9D447 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 71 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.17 |
| HSL | 71.49º | 0.62% | 0.55% | - |
| HSV(B) | 71.49º | 0.67% | 0.83% | - |
| XYZ | 44.69 | 57.86 | 14.77 | - |
| YUV | 187.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 71 | 0.13 | 0 | 0.67 | 0.17 | 71.49 | 0.62 | 0.55 |
| Hex | B9 | D4 | 47 | D | 0 | 43 | 11 | 47 | 3E | 37 |
| Octal | 271 | 324 | 107 | 15 | 0 | 103 | 21 | 107 | 76 | 67 |
| Binary | 10111001 | 11010100 | 1000111 | 1101 | 0 | 1000011 | 10001 | 1000111 | 111110 | 110111 |
Color Harmonies of #B9D447
Complementary color
Monochromatic Colors of #B9D447
Black with #B9D447
Text Example
Text Example
White with #B9D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D447; }
p { color: rgb(185,212,71); }
H1.HeaderClassName
{
color: #B9D447;
}
.AnyTagClassName
{
color: #B9D447;
}
</style>
background-color css
<style>
a { background-color: #B9D447; }
a { background-color: rgb(185,212,71); }
div.DivClassName
{
background-color: #B9D447;
}
.BgClassName
{
background-color: #B9D447;
}
</style>
border-color css
<style>
span { border-color: #B9D447; }
span { border-color: rgb(185,212,71); }
td.TdClassName
{
border-color: #B9D447;
}
.TagClassName
{
border-color: #B9D447;
}
</style>