Shades of Conifer #BEDC60
Tints of Conifer #BEDC60
RGB
CMYK
RGB Variations
Color information
#BEDC60 (or 0xBEDC60) is known color: Conifer. HEX triplet: BE, DC and 60. RGB value is (190,220,96). Sum of RGB (Red+Green+Blue) = 190+220+96=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC60 is #41239F. Grayscale: #C5C5C5. Windows color (decimal): -4268960 or 6347966. OLE color: 6347966.
HSL color Cylindrical-coordinate representation of color #BEDC60: hue angle of 74.52º 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 #BEDC60 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 96 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.14 |
| HSL | 74.52º | 0.64% | 0.62% | - |
| HSV(B) | 74.52º | 0.56% | 0.86% | - |
| XYZ | 48.94 | 62.98 | 20.64 | - |
| YUV | 196.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 96 | 0.14 | 0 | 0.56 | 0.14 | 74.52 | 0.64 | 0.62 |
| Hex | BE | DC | 60 | E | 0 | 38 | E | 4B | 40 | 3E |
| Octal | 276 | 334 | 140 | 16 | 0 | 70 | 16 | 113 | 100 | 76 |
| Binary | 10111110 | 11011100 | 1100000 | 1110 | 0 | 111000 | 1110 | 1001011 | 1000000 | 111110 |
Color Harmonies of #BEDC60
Complementary color
Monochromatic Colors of #BEDC60
Black with #BEDC60
Text Example
Text Example
White with #BEDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC60; }
p { color: rgb(190,220,96); }
H1.HeaderClassName
{
color: #BEDC60;
}
.AnyTagClassName
{
color: #BEDC60;
}
</style>
background-color css
<style>
a { background-color: #BEDC60; }
a { background-color: rgb(190,220,96); }
div.DivClassName
{
background-color: #BEDC60;
}
.BgClassName
{
background-color: #BEDC60;
}
</style>
border-color css
<style>
span { border-color: #BEDC60; }
span { border-color: rgb(190,220,96); }
td.TdClassName
{
border-color: #BEDC60;
}
.TagClassName
{
border-color: #BEDC60;
}
</style>