Shades of Conifer #B9E748
Tints of Conifer #B9E748
RGB
CMYK
RGB Variations
Color information
#B9E748 (or 0xB9E748) is known color: Conifer. HEX triplet: B9, E7 and 48. RGB value is (185,231,72). Sum of RGB (Red+Green+Blue) = 185+231+72=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E748 is #4618B7. Grayscale: #C7C7C7. Windows color (decimal): -4593848 or 4777913. OLE color: 4777913.
HSL color Cylindrical-coordinate representation of color #B9E748: hue angle of 77.36º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9E748 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 72 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.09 |
| HSL | 77.36º | 0.77% | 0.59% | - |
| HSV(B) | 77.36º | 0.69% | 0.91% | - |
| XYZ | 49.75 | 67.93 | 16.62 | - |
| YUV | 199.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 72 | 0.20 | 0 | 0.69 | 0.09 | 77.36 | 0.77 | 0.59 |
| Hex | B9 | E7 | 48 | 14 | 0 | 45 | 9 | 4D | 4D | 3B |
| Octal | 271 | 347 | 110 | 24 | 0 | 105 | 11 | 115 | 115 | 73 |
| Binary | 10111001 | 11100111 | 1001000 | 10100 | 0 | 1000101 | 1001 | 1001101 | 1001101 | 111011 |
Color Harmonies of #B9E748
Complementary color
Monochromatic Colors of #B9E748
Black with #B9E748
Text Example
Text Example
White with #B9E748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E748; }
p { color: rgb(185,231,72); }
H1.HeaderClassName
{
color: #B9E748;
}
.AnyTagClassName
{
color: #B9E748;
}
</style>
background-color css
<style>
a { background-color: #B9E748; }
a { background-color: rgb(185,231,72); }
div.DivClassName
{
background-color: #B9E748;
}
.BgClassName
{
background-color: #B9E748;
}
</style>
border-color css
<style>
span { border-color: #B9E748; }
span { border-color: rgb(185,231,72); }
td.TdClassName
{
border-color: #B9E748;
}
.TagClassName
{
border-color: #B9E748;
}
</style>