Shades of Conifer #B9DF48
Tints of Conifer #B9DF48
RGB
CMYK
RGB Variations
Color information
#B9DF48 (or 0xB9DF48) is known color: Conifer. HEX triplet: B9, DF and 48. RGB value is (185,223,72). Sum of RGB (Red+Green+Blue) = 185+223+72=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DF48 is #4620B7. Grayscale: #C2C2C2. Windows color (decimal): -4595896 or 4775865. OLE color: 4775865.
HSL color Cylindrical-coordinate representation of color #B9DF48: hue angle of 75.1º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9DF48 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 72 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.13 |
| HSL | 75.1º | 0.7% | 0.58% | - |
| HSV(B) | 75.1º | 0.68% | 0.87% | - |
| XYZ | 47.56 | 63.56 | 15.89 | - |
| YUV | 194.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 72 | 0.17 | 0 | 0.68 | 0.13 | 75.1 | 0.7 | 0.58 |
| Hex | B9 | DF | 48 | 11 | 0 | 44 | D | 4B | 46 | 3A |
| Octal | 271 | 337 | 110 | 21 | 0 | 104 | 15 | 113 | 106 | 72 |
| Binary | 10111001 | 11011111 | 1001000 | 10001 | 0 | 1000100 | 1101 | 1001011 | 1000110 | 111010 |
Color Harmonies of #B9DF48
Complementary color
Monochromatic Colors of #B9DF48
Black with #B9DF48
Text Example
Text Example
White with #B9DF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF48; }
p { color: rgb(185,223,72); }
H1.HeaderClassName
{
color: #B9DF48;
}
.AnyTagClassName
{
color: #B9DF48;
}
</style>
background-color css
<style>
a { background-color: #B9DF48; }
a { background-color: rgb(185,223,72); }
div.DivClassName
{
background-color: #B9DF48;
}
.BgClassName
{
background-color: #B9DF48;
}
</style>
border-color css
<style>
span { border-color: #B9DF48; }
span { border-color: rgb(185,223,72); }
td.TdClassName
{
border-color: #B9DF48;
}
.TagClassName
{
border-color: #B9DF48;
}
</style>