Shades of Conifer #BEE95C
Tints of Conifer #BEE95C
RGB
CMYK
RGB Variations
Color information
#BEE95C (or 0xBEE95C) is known color: Conifer. HEX triplet: BE, E9 and 5C. RGB value is (190,233,92). Sum of RGB (Red+Green+Blue) = 190+233+92=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE95C is #4116A3. Grayscale: #CCCCCC. Windows color (decimal): -4265636 or 6089150. OLE color: 6089150.
HSL color Cylindrical-coordinate representation of color #BEE95C: hue angle of 78.3º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEE95C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 92 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.09 |
| HSL | 78.3º | 0.76% | 0.64% | - |
| HSV(B) | 78.3º | 0.61% | 0.91% | - |
| XYZ | 52.31 | 70 | 20.88 | - |
| YUV | 204.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 92 | 0.18 | 0 | 0.61 | 0.09 | 78.3 | 0.76 | 0.64 |
| Hex | BE | E9 | 5C | 12 | 0 | 3D | 9 | 4E | 4C | 40 |
| Octal | 276 | 351 | 134 | 22 | 0 | 75 | 11 | 116 | 114 | 100 |
| Binary | 10111110 | 11101001 | 1011100 | 10010 | 0 | 111101 | 1001 | 1001110 | 1001100 | 1000000 |
Color Harmonies of #BEE95C
Complementary color
Monochromatic Colors of #BEE95C
Black with #BEE95C
Text Example
Text Example
White with #BEE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE95C; }
p { color: rgb(190,233,92); }
H1.HeaderClassName
{
color: #BEE95C;
}
.AnyTagClassName
{
color: #BEE95C;
}
</style>
background-color css
<style>
a { background-color: #BEE95C; }
a { background-color: rgb(190,233,92); }
div.DivClassName
{
background-color: #BEE95C;
}
.BgClassName
{
background-color: #BEE95C;
}
</style>
border-color css
<style>
span { border-color: #BEE95C; }
span { border-color: rgb(190,233,92); }
td.TdClassName
{
border-color: #BEE95C;
}
.TagClassName
{
border-color: #BEE95C;
}
</style>