Shades of Conifer #BED651
Tints of Conifer #BED651
RGB
CMYK
RGB Variations
Color information
#BED651 (or 0xBED651) is known color: Conifer. HEX triplet: BE, D6 and 51. RGB value is (190,214,81). Sum of RGB (Red+Green+Blue) = 190+214+81=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #BED651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED651 is #4129AE. Grayscale: #C0C0C0. Windows color (decimal): -4270511 or 5363390. OLE color: 5363390.
HSL color Cylindrical-coordinate representation of color #BED651: hue angle of 70.83º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BED651 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 81 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.83º | 0.62% | 0.58% | - |
| HSV(B) | 70.83º | 0.62% | 0.84% | - |
| XYZ | 46.77 | 59.63 | 16.83 | - |
| YUV | 191.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 81 | 0.11 | 0 | 0.62 | 0.16 | 70.83 | 0.62 | 0.58 |
| Hex | BE | D6 | 51 | B | 0 | 3E | 10 | 47 | 3E | 3A |
| Octal | 276 | 326 | 121 | 13 | 0 | 76 | 20 | 107 | 76 | 72 |
| Binary | 10111110 | 11010110 | 1010001 | 1011 | 0 | 111110 | 10000 | 1000111 | 111110 | 111010 |
Color Harmonies of #BED651
Complementary color
Monochromatic Colors of #BED651
Black with #BED651
Text Example
Text Example
White with #BED651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED651; }
p { color: rgb(190,214,81); }
H1.HeaderClassName
{
color: #BED651;
}
.AnyTagClassName
{
color: #BED651;
}
</style>
background-color css
<style>
a { background-color: #BED651; }
a { background-color: rgb(190,214,81); }
div.DivClassName
{
background-color: #BED651;
}
.BgClassName
{
background-color: #BED651;
}
</style>
border-color css
<style>
span { border-color: #BED651; }
span { border-color: rgb(190,214,81); }
td.TdClassName
{
border-color: #BED651;
}
.TagClassName
{
border-color: #BED651;
}
</style>