Shades of Conifer #BEE962
Tints of Conifer #BEE962
RGB
CMYK
RGB Variations
Color information
#BEE962 (or 0xBEE962) is known color: Conifer. HEX triplet: BE, E9 and 62. RGB value is (190,233,98). Sum of RGB (Red+Green+Blue) = 190+233+98=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE962 is #41169D. Grayscale: #CDCDCD. Windows color (decimal): -4265630 or 6482366. OLE color: 6482366.
HSL color Cylindrical-coordinate representation of color #BEE962: hue angle of 79.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEE962 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 98 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.09 |
| HSL | 79.11º | 0.75% | 0.65% | - |
| HSV(B) | 79.11º | 0.58% | 0.91% | - |
| XYZ | 52.58 | 70.11 | 22.32 | - |
| YUV | 204.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 98 | 0.18 | 0 | 0.58 | 0.09 | 79.11 | 0.75 | 0.65 |
| Hex | BE | E9 | 62 | 12 | 0 | 3A | 9 | 4F | 4B | 41 |
| Octal | 276 | 351 | 142 | 22 | 0 | 72 | 11 | 117 | 113 | 101 |
| Binary | 10111110 | 11101001 | 1100010 | 10010 | 0 | 111010 | 1001 | 1001111 | 1001011 | 1000001 |
Color Harmonies of #BEE962
Complementary color
Monochromatic Colors of #BEE962
Black with #BEE962
Text Example
Text Example
White with #BEE962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE962; }
p { color: rgb(190,233,98); }
H1.HeaderClassName
{
color: #BEE962;
}
.AnyTagClassName
{
color: #BEE962;
}
</style>
background-color css
<style>
a { background-color: #BEE962; }
a { background-color: rgb(190,233,98); }
div.DivClassName
{
background-color: #BEE962;
}
.BgClassName
{
background-color: #BEE962;
}
</style>
border-color css
<style>
span { border-color: #BEE962; }
span { border-color: rgb(190,233,98); }
td.TdClassName
{
border-color: #BEE962;
}
.TagClassName
{
border-color: #BEE962;
}
</style>