Shades of Conifer #BEE160
Tints of Conifer #BEE160
RGB
CMYK
RGB Variations
Color information
#BEE160 (or 0xBEE160) is known color: Conifer. HEX triplet: BE, E1 and 60. RGB value is (190,225,96). Sum of RGB (Red+Green+Blue) = 190+225+96=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE160 is #411E9F. Grayscale: #C8C8C8. Windows color (decimal): -4267680 or 6349246. OLE color: 6349246.
HSL color Cylindrical-coordinate representation of color #BEE160: hue angle of 76.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEE160 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 96 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.12 |
| HSL | 76.28º | 0.68% | 0.63% | - |
| HSV(B) | 76.28º | 0.57% | 0.88% | - |
| XYZ | 50.27 | 65.64 | 21.09 | - |
| YUV | 199.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 96 | 0.16 | 0 | 0.57 | 0.12 | 76.28 | 0.68 | 0.63 |
| Hex | BE | E1 | 60 | 10 | 0 | 39 | C | 4C | 44 | 3F |
| Octal | 276 | 341 | 140 | 20 | 0 | 71 | 14 | 114 | 104 | 77 |
| Binary | 10111110 | 11100001 | 1100000 | 10000 | 0 | 111001 | 1100 | 1001100 | 1000100 | 111111 |
Color Harmonies of #BEE160
Complementary color
Monochromatic Colors of #BEE160
Black with #BEE160
Text Example
Text Example
White with #BEE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE160; }
p { color: rgb(190,225,96); }
H1.HeaderClassName
{
color: #BEE160;
}
.AnyTagClassName
{
color: #BEE160;
}
</style>
background-color css
<style>
a { background-color: #BEE160; }
a { background-color: rgb(190,225,96); }
div.DivClassName
{
background-color: #BEE160;
}
.BgClassName
{
background-color: #BEE160;
}
</style>
border-color css
<style>
span { border-color: #BEE160; }
span { border-color: rgb(190,225,96); }
td.TdClassName
{
border-color: #BEE160;
}
.TagClassName
{
border-color: #BEE160;
}
</style>