Shades of Conifer #BEE960
Tints of Conifer #BEE960
RGB
CMYK
RGB Variations
Color information
#BEE960 (or 0xBEE960) is known color: Conifer. HEX triplet: BE, E9 and 60. RGB value is (190,233,96). Sum of RGB (Red+Green+Blue) = 190+233+96=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE960 is #41169F. Grayscale: #CDCDCD. Windows color (decimal): -4265632 or 6351294. OLE color: 6351294.
HSL color Cylindrical-coordinate representation of color #BEE960: hue angle of 78.83º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEE960 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 96 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.09 |
| HSL | 78.83º | 0.76% | 0.65% | - |
| HSV(B) | 78.83º | 0.59% | 0.91% | - |
| XYZ | 52.49 | 70.07 | 21.82 | - |
| YUV | 204.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 96 | 0.18 | 0 | 0.59 | 0.09 | 78.83 | 0.76 | 0.65 |
| Hex | BE | E9 | 60 | 12 | 0 | 3B | 9 | 4F | 4C | 41 |
| Octal | 276 | 351 | 140 | 22 | 0 | 73 | 11 | 117 | 114 | 101 |
| Binary | 10111110 | 11101001 | 1100000 | 10010 | 0 | 111011 | 1001 | 1001111 | 1001100 | 1000001 |
Color Harmonies of #BEE960
Complementary color
Monochromatic Colors of #BEE960
Black with #BEE960
Text Example
Text Example
White with #BEE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE960; }
p { color: rgb(190,233,96); }
H1.HeaderClassName
{
color: #BEE960;
}
.AnyTagClassName
{
color: #BEE960;
}
</style>
background-color css
<style>
a { background-color: #BEE960; }
a { background-color: rgb(190,233,96); }
div.DivClassName
{
background-color: #BEE960;
}
.BgClassName
{
background-color: #BEE960;
}
</style>
border-color css
<style>
span { border-color: #BEE960; }
span { border-color: rgb(190,233,96); }
td.TdClassName
{
border-color: #BEE960;
}
.TagClassName
{
border-color: #BEE960;
}
</style>