Shades of Conifer #BED653
Tints of Conifer #BED653
RGB
CMYK
RGB Variations
Color information
#BED653 (or 0xBED653) is known color: Conifer. HEX triplet: BE, D6 and 53. RGB value is (190,214,83). Sum of RGB (Red+Green+Blue) = 190+214+83=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #BED653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED653 is #4129AC. Grayscale: #C0C0C0. Windows color (decimal): -4270509 or 5494462. OLE color: 5494462.
HSL color Cylindrical-coordinate representation of color #BED653: hue angle of 70.99º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BED653 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 83 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.16 |
| HSL | 70.99º | 0.62% | 0.58% | - |
| HSV(B) | 70.99º | 0.61% | 0.84% | - |
| XYZ | 46.84 | 59.66 | 17.23 | - |
| YUV | 191.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 83 | 0.11 | 0 | 0.61 | 0.16 | 70.99 | 0.62 | 0.58 |
| Hex | BE | D6 | 53 | B | 0 | 3D | 10 | 47 | 3E | 3A |
| Octal | 276 | 326 | 123 | 13 | 0 | 75 | 20 | 107 | 76 | 72 |
| Binary | 10111110 | 11010110 | 1010011 | 1011 | 0 | 111101 | 10000 | 1000111 | 111110 | 111010 |
Color Harmonies of #BED653
Complementary color
Monochromatic Colors of #BED653
Black with #BED653
Text Example
Text Example
White with #BED653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED653; }
p { color: rgb(190,214,83); }
H1.HeaderClassName
{
color: #BED653;
}
.AnyTagClassName
{
color: #BED653;
}
</style>
background-color css
<style>
a { background-color: #BED653; }
a { background-color: rgb(190,214,83); }
div.DivClassName
{
background-color: #BED653;
}
.BgClassName
{
background-color: #BED653;
}
</style>
border-color css
<style>
span { border-color: #BED653; }
span { border-color: rgb(190,214,83); }
td.TdClassName
{
border-color: #BED653;
}
.TagClassName
{
border-color: #BED653;
}
</style>