Shades of Conifer #BEDC5A
Tints of Conifer #BEDC5A
RGB
CMYK
RGB Variations
Color information
#BEDC5A (or 0xBEDC5A) is known color: Conifer. HEX triplet: BE, DC and 5A. RGB value is (190,220,90). Sum of RGB (Red+Green+Blue) = 190+220+90=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC5A is #4123A5. Grayscale: #C4C4C4. Windows color (decimal): -4268966 or 5954750. OLE color: 5954750.
HSL color Cylindrical-coordinate representation of color #BEDC5A: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEDC5A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 90 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.14 |
| HSL | 73.85º | 0.65% | 0.61% | - |
| HSV(B) | 73.85º | 0.59% | 0.86% | - |
| XYZ | 48.67 | 62.87 | 19.24 | - |
| YUV | 196.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 90 | 0.14 | 0 | 0.59 | 0.14 | 73.85 | 0.65 | 0.61 |
| Hex | BE | DC | 5A | E | 0 | 3B | E | 4A | 41 | 3D |
| Octal | 276 | 334 | 132 | 16 | 0 | 73 | 16 | 112 | 101 | 75 |
| Binary | 10111110 | 11011100 | 1011010 | 1110 | 0 | 111011 | 1110 | 1001010 | 1000001 | 111101 |
Color Harmonies of #BEDC5A
Complementary color
Monochromatic Colors of #BEDC5A
Black with #BEDC5A
Text Example
Text Example
White with #BEDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC5A; }
p { color: rgb(190,220,90); }
H1.HeaderClassName
{
color: #BEDC5A;
}
.AnyTagClassName
{
color: #BEDC5A;
}
</style>
background-color css
<style>
a { background-color: #BEDC5A; }
a { background-color: rgb(190,220,90); }
div.DivClassName
{
background-color: #BEDC5A;
}
.BgClassName
{
background-color: #BEDC5A;
}
</style>
border-color css
<style>
span { border-color: #BEDC5A; }
span { border-color: rgb(190,220,90); }
td.TdClassName
{
border-color: #BEDC5A;
}
.TagClassName
{
border-color: #BEDC5A;
}
</style>