Shades of Conifer #B1E949
Tints of Conifer #B1E949
RGB
CMYK
RGB Variations
Color information
#B1E949 (or 0xB1E949) is known color: Conifer. HEX triplet: B1, E9 and 49. RGB value is (177,233,73). Sum of RGB (Red+Green+Blue) = 177+233+73=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1E949 is #4E16B6. Grayscale: #C6C6C6. Windows color (decimal): -5117623 or 4843953. OLE color: 4843953.
HSL color Cylindrical-coordinate representation of color #B1E949: hue angle of 81º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1E949 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 233 | 73 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.09 |
| HSL | 81º | 0.78% | 0.6% | - |
| HSV(B) | 81º | 0.69% | 0.91% | - |
| XYZ | 48.47 | 68.11 | 16.89 | - |
| YUV | 198.02 | 57.45 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 73 | 0.24 | 0 | 0.69 | 0.09 | 81 | 0.78 | 0.6 |
| Hex | B1 | E9 | 49 | 18 | 0 | 45 | 9 | 51 | 4E | 3C |
| Octal | 261 | 351 | 111 | 30 | 0 | 105 | 11 | 121 | 116 | 74 |
| Binary | 10110001 | 11101001 | 1001001 | 11000 | 0 | 1000101 | 1001 | 1010001 | 1001110 | 111100 |
Color Harmonies of #B1E949
Complementary color
Monochromatic Colors of #B1E949
Black with #B1E949
Text Example
Text Example
White with #B1E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E949; }
p { color: rgb(177,233,73); }
H1.HeaderClassName
{
color: #B1E949;
}
.AnyTagClassName
{
color: #B1E949;
}
</style>
background-color css
<style>
a { background-color: #B1E949; }
a { background-color: rgb(177,233,73); }
div.DivClassName
{
background-color: #B1E949;
}
.BgClassName
{
background-color: #B1E949;
}
</style>
border-color css
<style>
span { border-color: #B1E949; }
span { border-color: rgb(177,233,73); }
td.TdClassName
{
border-color: #B1E949;
}
.TagClassName
{
border-color: #B1E949;
}
</style>