Shades of Conifer #BED956
Tints of Conifer #BED956
RGB
CMYK
RGB Variations
Color information
#BED956 (or 0xBED956) is known color: Conifer. HEX triplet: BE, D9 and 56. RGB value is (190,217,86). Sum of RGB (Red+Green+Blue) = 190+217+86=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #BED956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED956 is #4126A9. Grayscale: #C2C2C2. Windows color (decimal): -4269738 or 5691838. OLE color: 5691838.
HSL color Cylindrical-coordinate representation of color #BED956: hue angle of 72.37º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED956 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 86 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.15 |
| HSL | 72.37º | 0.63% | 0.59% | - |
| HSV(B) | 72.37º | 0.6% | 0.85% | - |
| XYZ | 47.73 | 61.24 | 18.11 | - |
| YUV | 193.99 | 67.05 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 86 | 0.12 | 0 | 0.60 | 0.15 | 72.37 | 0.63 | 0.59 |
| Hex | BE | D9 | 56 | C | 0 | 3C | F | 48 | 3F | 3B |
| Octal | 276 | 331 | 126 | 14 | 0 | 74 | 17 | 110 | 77 | 73 |
| Binary | 10111110 | 11011001 | 1010110 | 1100 | 0 | 111100 | 1111 | 1001000 | 111111 | 111011 |
Color Harmonies of #BED956
Complementary color
Monochromatic Colors of #BED956
Black with #BED956
Text Example
Text Example
White with #BED956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED956; }
p { color: rgb(190,217,86); }
H1.HeaderClassName
{
color: #BED956;
}
.AnyTagClassName
{
color: #BED956;
}
</style>
background-color css
<style>
a { background-color: #BED956; }
a { background-color: rgb(190,217,86); }
div.DivClassName
{
background-color: #BED956;
}
.BgClassName
{
background-color: #BED956;
}
</style>
border-color css
<style>
span { border-color: #BED956; }
span { border-color: rgb(190,217,86); }
td.TdClassName
{
border-color: #BED956;
}
.TagClassName
{
border-color: #BED956;
}
</style>