Shades of Conifer #BEDC5D
Tints of Conifer #BEDC5D
RGB
CMYK
RGB Variations
Color information
#BEDC5D (or 0xBEDC5D) is known color: Conifer. HEX triplet: BE, DC and 5D. RGB value is (190,220,93). Sum of RGB (Red+Green+Blue) = 190+220+93=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC5D is #4123A2. Grayscale: #C5C5C5. Windows color (decimal): -4268963 or 6151358. OLE color: 6151358.
HSL color Cylindrical-coordinate representation of color #BEDC5D: hue angle of 74.17º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEDC5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 93 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.14 |
| HSL | 74.17º | 0.64% | 0.61% | - |
| HSV(B) | 74.17º | 0.58% | 0.86% | - |
| XYZ | 48.8 | 62.92 | 19.93 | - |
| YUV | 196.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 93 | 0.14 | 0 | 0.58 | 0.14 | 74.17 | 0.64 | 0.61 |
| Hex | BE | DC | 5D | E | 0 | 3A | E | 4A | 40 | 3D |
| Octal | 276 | 334 | 135 | 16 | 0 | 72 | 16 | 112 | 100 | 75 |
| Binary | 10111110 | 11011100 | 1011101 | 1110 | 0 | 111010 | 1110 | 1001010 | 1000000 | 111101 |
Color Harmonies of #BEDC5D
Complementary color
Monochromatic Colors of #BEDC5D
Black with #BEDC5D
Text Example
Text Example
White with #BEDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC5D; }
p { color: rgb(190,220,93); }
H1.HeaderClassName
{
color: #BEDC5D;
}
.AnyTagClassName
{
color: #BEDC5D;
}
</style>
background-color css
<style>
a { background-color: #BEDC5D; }
a { background-color: rgb(190,220,93); }
div.DivClassName
{
background-color: #BEDC5D;
}
.BgClassName
{
background-color: #BEDC5D;
}
</style>
border-color css
<style>
span { border-color: #BEDC5D; }
span { border-color: rgb(190,220,93); }
td.TdClassName
{
border-color: #BEDC5D;
}
.TagClassName
{
border-color: #BEDC5D;
}
</style>