Shades of Conifer #BEDC61
Tints of Conifer #BEDC61
RGB
CMYK
RGB Variations
Color information
#BEDC61 (or 0xBEDC61) is known color: Conifer. HEX triplet: BE, DC and 61. RGB value is (190,220,97). Sum of RGB (Red+Green+Blue) = 190+220+97=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC61 is #41239E. Grayscale: #C5C5C5. Windows color (decimal): -4268959 or 6413502. OLE color: 6413502.
HSL color Cylindrical-coordinate representation of color #BEDC61: hue angle of 74.63º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEDC61 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 97 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.14 |
| HSL | 74.63º | 0.64% | 0.62% | - |
| HSV(B) | 74.63º | 0.56% | 0.86% | - |
| XYZ | 48.99 | 63 | 20.89 | - |
| YUV | 197.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 97 | 0.14 | 0 | 0.56 | 0.14 | 74.63 | 0.64 | 0.62 |
| Hex | BE | DC | 61 | E | 0 | 38 | E | 4B | 40 | 3E |
| Octal | 276 | 334 | 141 | 16 | 0 | 70 | 16 | 113 | 100 | 76 |
| Binary | 10111110 | 11011100 | 1100001 | 1110 | 0 | 111000 | 1110 | 1001011 | 1000000 | 111110 |
Color Harmonies of #BEDC61
Complementary color
Monochromatic Colors of #BEDC61
Black with #BEDC61
Text Example
Text Example
White with #BEDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC61; }
p { color: rgb(190,220,97); }
H1.HeaderClassName
{
color: #BEDC61;
}
.AnyTagClassName
{
color: #BEDC61;
}
</style>
background-color css
<style>
a { background-color: #BEDC61; }
a { background-color: rgb(190,220,97); }
div.DivClassName
{
background-color: #BEDC61;
}
.BgClassName
{
background-color: #BEDC61;
}
</style>
border-color css
<style>
span { border-color: #BEDC61; }
span { border-color: rgb(190,220,97); }
td.TdClassName
{
border-color: #BEDC61;
}
.TagClassName
{
border-color: #BEDC61;
}
</style>