Shades of Conifer #B9E348
Tints of Conifer #B9E348
RGB
CMYK
RGB Variations
Color information
#B9E348 (or 0xB9E348) is known color: Conifer. HEX triplet: B9, E3 and 48. RGB value is (185,227,72). Sum of RGB (Red+Green+Blue) = 185+227+72=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E348 is #461CB7. Grayscale: #C5C5C5. Windows color (decimal): -4594872 or 4776889. OLE color: 4776889.
HSL color Cylindrical-coordinate representation of color #B9E348: hue angle of 76.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9E348 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 72 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.11 |
| HSL | 76.26º | 0.73% | 0.59% | - |
| HSV(B) | 76.26º | 0.68% | 0.89% | - |
| XYZ | 48.65 | 65.72 | 16.25 | - |
| YUV | 196.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 72 | 0.19 | 0 | 0.68 | 0.11 | 76.26 | 0.73 | 0.59 |
| Hex | B9 | E3 | 48 | 13 | 0 | 44 | B | 4C | 49 | 3B |
| Octal | 271 | 343 | 110 | 23 | 0 | 104 | 13 | 114 | 111 | 73 |
| Binary | 10111001 | 11100011 | 1001000 | 10011 | 0 | 1000100 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #B9E348
Complementary color
Monochromatic Colors of #B9E348
Black with #B9E348
Text Example
Text Example
White with #B9E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E348; }
p { color: rgb(185,227,72); }
H1.HeaderClassName
{
color: #B9E348;
}
.AnyTagClassName
{
color: #B9E348;
}
</style>
background-color css
<style>
a { background-color: #B9E348; }
a { background-color: rgb(185,227,72); }
div.DivClassName
{
background-color: #B9E348;
}
.BgClassName
{
background-color: #B9E348;
}
</style>
border-color css
<style>
span { border-color: #B9E348; }
span { border-color: rgb(185,227,72); }
td.TdClassName
{
border-color: #B9E348;
}
.TagClassName
{
border-color: #B9E348;
}
</style>