Shades of Conifer #BEE164
Tints of Conifer #BEE164
RGB
CMYK
RGB Variations
Color information
#BEE164 (or 0xBEE164) is known color: Conifer. HEX triplet: BE, E1 and 64. RGB value is (190,225,100). Sum of RGB (Red+Green+Blue) = 190+225+100=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE164 is #411E9B. Grayscale: #C8C8C8. Windows color (decimal): -4267676 or 6611390. OLE color: 6611390.
HSL color Cylindrical-coordinate representation of color #BEE164: hue angle of 76.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEE164 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 100 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.12 |
| HSL | 76.8º | 0.68% | 0.64% | - |
| HSV(B) | 76.8º | 0.56% | 0.88% | - |
| XYZ | 50.46 | 65.72 | 22.08 | - |
| YUV | 200.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 100 | 0.16 | 0 | 0.56 | 0.12 | 76.8 | 0.68 | 0.64 |
| Hex | BE | E1 | 64 | 10 | 0 | 38 | C | 4D | 44 | 40 |
| Octal | 276 | 341 | 144 | 20 | 0 | 70 | 14 | 115 | 104 | 100 |
| Binary | 10111110 | 11100001 | 1100100 | 10000 | 0 | 111000 | 1100 | 1001101 | 1000100 | 1000000 |
Color Harmonies of #BEE164
Complementary color
Monochromatic Colors of #BEE164
Black with #BEE164
Text Example
Text Example
White with #BEE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE164; }
p { color: rgb(190,225,100); }
H1.HeaderClassName
{
color: #BEE164;
}
.AnyTagClassName
{
color: #BEE164;
}
</style>
background-color css
<style>
a { background-color: #BEE164; }
a { background-color: rgb(190,225,100); }
div.DivClassName
{
background-color: #BEE164;
}
.BgClassName
{
background-color: #BEE164;
}
</style>
border-color css
<style>
span { border-color: #BEE164; }
span { border-color: rgb(190,225,100); }
td.TdClassName
{
border-color: #BEE164;
}
.TagClassName
{
border-color: #BEE164;
}
</style>