Shades of Conifer #BEE946
Tints of Conifer #BEE946
RGB
CMYK
RGB Variations
Color information
#BEE946 (or 0xBEE946) is known color: Conifer. HEX triplet: BE, E9 and 46. RGB value is (190,233,70). Sum of RGB (Red+Green+Blue) = 190+233+70=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE946 is #4116B9. Grayscale: #CACACA. Windows color (decimal): -4265658 or 4647358. OLE color: 4647358.
HSL color Cylindrical-coordinate representation of color #BEE946: hue angle of 75.83º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE946 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 70 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.09 |
| HSL | 75.83º | 0.79% | 0.59% | - |
| HSV(B) | 75.83º | 0.7% | 0.91% | - |
| XYZ | 51.48 | 69.67 | 16.53 | - |
| YUV | 201.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 70 | 0.18 | 0 | 0.70 | 0.09 | 75.83 | 0.79 | 0.59 |
| Hex | BE | E9 | 46 | 12 | 0 | 46 | 9 | 4C | 4F | 3B |
| Octal | 276 | 351 | 106 | 22 | 0 | 106 | 11 | 114 | 117 | 73 |
| Binary | 10111110 | 11101001 | 1000110 | 10010 | 0 | 1000110 | 1001 | 1001100 | 1001111 | 111011 |
Color Harmonies of #BEE946
Complementary color
Monochromatic Colors of #BEE946
Black with #BEE946
Text Example
Text Example
White with #BEE946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE946; }
p { color: rgb(190,233,70); }
H1.HeaderClassName
{
color: #BEE946;
}
.AnyTagClassName
{
color: #BEE946;
}
</style>
background-color css
<style>
a { background-color: #BEE946; }
a { background-color: rgb(190,233,70); }
div.DivClassName
{
background-color: #BEE946;
}
.BgClassName
{
background-color: #BEE946;
}
</style>
border-color css
<style>
span { border-color: #BEE946; }
span { border-color: rgb(190,233,70); }
td.TdClassName
{
border-color: #BEE946;
}
.TagClassName
{
border-color: #BEE946;
}
</style>