Shades of Conifer #BEE069
Tints of Conifer #BEE069
RGB
CMYK
RGB Variations
Color information
#BEE069 (or 0xBEE069) is known color: Conifer. HEX triplet: BE, E0 and 69. RGB value is (190,224,105). Sum of RGB (Red+Green+Blue) = 190+224+105=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE069 is #411F96. Grayscale: #C8C8C8. Windows color (decimal): -4267927 or 6938814. OLE color: 6938814.
HSL color Cylindrical-coordinate representation of color #BEE069: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE069 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 105 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.12 |
| HSL | 77.14º | 0.66% | 0.65% | - |
| HSV(B) | 77.14º | 0.53% | 0.88% | - |
| XYZ | 50.44 | 65.28 | 23.31 | - |
| YUV | 200.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 105 | 0.15 | 0 | 0.53 | 0.12 | 77.14 | 0.66 | 0.65 |
| Hex | BE | E0 | 69 | F | 0 | 35 | C | 4D | 42 | 41 |
| Octal | 276 | 340 | 151 | 17 | 0 | 65 | 14 | 115 | 102 | 101 |
| Binary | 10111110 | 11100000 | 1101001 | 1111 | 0 | 110101 | 1100 | 1001101 | 1000010 | 1000001 |
Color Harmonies of #BEE069
Complementary color
Monochromatic Colors of #BEE069
Black with #BEE069
Text Example
Text Example
White with #BEE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE069; }
p { color: rgb(190,224,105); }
H1.HeaderClassName
{
color: #BEE069;
}
.AnyTagClassName
{
color: #BEE069;
}
</style>
background-color css
<style>
a { background-color: #BEE069; }
a { background-color: rgb(190,224,105); }
div.DivClassName
{
background-color: #BEE069;
}
.BgClassName
{
background-color: #BEE069;
}
</style>
border-color css
<style>
span { border-color: #BEE069; }
span { border-color: rgb(190,224,105); }
td.TdClassName
{
border-color: #BEE069;
}
.TagClassName
{
border-color: #BEE069;
}
</style>