Shades of Conifer #BEE949
Tints of Conifer #BEE949
RGB
CMYK
RGB Variations
Color information
#BEE949 (or 0xBEE949) is known color: Conifer. HEX triplet: BE, E9 and 49. RGB value is (190,233,73). Sum of RGB (Red+Green+Blue) = 190+233+73=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE949 is #4116B6. Grayscale: #CACACA. Windows color (decimal): -4265655 or 4843966. OLE color: 4843966.
HSL color Cylindrical-coordinate representation of color #BEE949: hue angle of 76.12º 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 #BEE949 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 73 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.09 |
| HSL | 76.13º | 0.78% | 0.6% | - |
| HSV(B) | 76.13º | 0.69% | 0.91% | - |
| XYZ | 51.58 | 69.71 | 17.04 | - |
| YUV | 201.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 73 | 0.18 | 0 | 0.69 | 0.09 | 76.13 | 0.78 | 0.6 |
| Hex | BE | E9 | 49 | 12 | 0 | 45 | 9 | 4C | 4E | 3C |
| Octal | 276 | 351 | 111 | 22 | 0 | 105 | 11 | 114 | 116 | 74 |
| Binary | 10111110 | 11101001 | 1001001 | 10010 | 0 | 1000101 | 1001 | 1001100 | 1001110 | 111100 |
Color Harmonies of #BEE949
Complementary color
Monochromatic Colors of #BEE949
Black with #BEE949
Text Example
Text Example
White with #BEE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE949; }
p { color: rgb(190,233,73); }
H1.HeaderClassName
{
color: #BEE949;
}
.AnyTagClassName
{
color: #BEE949;
}
</style>
background-color css
<style>
a { background-color: #BEE949; }
a { background-color: rgb(190,233,73); }
div.DivClassName
{
background-color: #BEE949;
}
.BgClassName
{
background-color: #BEE949;
}
</style>
border-color css
<style>
span { border-color: #BEE949; }
span { border-color: rgb(190,233,73); }
td.TdClassName
{
border-color: #BEE949;
}
.TagClassName
{
border-color: #BEE949;
}
</style>