Shades of Conifer #BEE955
Tints of Conifer #BEE955
RGB
CMYK
RGB Variations
Color information
#BEE955 (or 0xBEE955) is known color: Conifer. HEX triplet: BE, E9 and 55. RGB value is (190,233,85). Sum of RGB (Red+Green+Blue) = 190+233+85=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE955 is #4116AA. Grayscale: #CBCBCB. Windows color (decimal): -4265643 or 5630398. OLE color: 5630398.
HSL color Cylindrical-coordinate representation of color #BEE955: hue angle of 77.43º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEE955 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 85 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.09 |
| HSL | 77.43º | 0.77% | 0.62% | - |
| HSV(B) | 77.43º | 0.64% | 0.91% | - |
| XYZ | 52.01 | 69.88 | 19.34 | - |
| YUV | 203.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 85 | 0.18 | 0 | 0.64 | 0.09 | 77.43 | 0.77 | 0.62 |
| Hex | BE | E9 | 55 | 12 | 0 | 40 | 9 | 4D | 4D | 3E |
| Octal | 276 | 351 | 125 | 22 | 0 | 100 | 11 | 115 | 115 | 76 |
| Binary | 10111110 | 11101001 | 1010101 | 10010 | 0 | 1000000 | 1001 | 1001101 | 1001101 | 111110 |
Color Harmonies of #BEE955
Complementary color
Monochromatic Colors of #BEE955
Black with #BEE955
Text Example
Text Example
White with #BEE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE955; }
p { color: rgb(190,233,85); }
H1.HeaderClassName
{
color: #BEE955;
}
.AnyTagClassName
{
color: #BEE955;
}
</style>
background-color css
<style>
a { background-color: #BEE955; }
a { background-color: rgb(190,233,85); }
div.DivClassName
{
background-color: #BEE955;
}
.BgClassName
{
background-color: #BEE955;
}
</style>
border-color css
<style>
span { border-color: #BEE955; }
span { border-color: rgb(190,233,85); }
td.TdClassName
{
border-color: #BEE955;
}
.TagClassName
{
border-color: #BEE955;
}
</style>