Shades of Conifer #BEDB5F
Tints of Conifer #BEDB5F
RGB
CMYK
RGB Variations
Color information
#BEDB5F (or 0xBEDB5F) is known color: Conifer. HEX triplet: BE, DB and 5F. RGB value is (190,219,95). Sum of RGB (Red+Green+Blue) = 190+219+95=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB5F is #4124A0. Grayscale: #C4C4C4. Windows color (decimal): -4269217 or 6282174. OLE color: 6282174.
HSL color Cylindrical-coordinate representation of color #BEDB5F: hue angle of 74.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDB5F is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 95 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.14 |
| HSL | 74.03º | 0.63% | 0.62% | - |
| HSV(B) | 74.03º | 0.57% | 0.86% | - |
| XYZ | 48.63 | 62.44 | 20.31 | - |
| YUV | 196.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 95 | 0.13 | 0 | 0.57 | 0.14 | 74.03 | 0.63 | 0.62 |
| Hex | BE | DB | 5F | D | 0 | 39 | E | 4A | 3F | 3E |
| Octal | 276 | 333 | 137 | 15 | 0 | 71 | 16 | 112 | 77 | 76 |
| Binary | 10111110 | 11011011 | 1011111 | 1101 | 0 | 111001 | 1110 | 1001010 | 111111 | 111110 |
Color Harmonies of #BEDB5F
Complementary color
Monochromatic Colors of #BEDB5F
Black with #BEDB5F
Text Example
Text Example
White with #BEDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB5F; }
p { color: rgb(190,219,95); }
H1.HeaderClassName
{
color: #BEDB5F;
}
.AnyTagClassName
{
color: #BEDB5F;
}
</style>
background-color css
<style>
a { background-color: #BEDB5F; }
a { background-color: rgb(190,219,95); }
div.DivClassName
{
background-color: #BEDB5F;
}
.BgClassName
{
background-color: #BEDB5F;
}
</style>
border-color css
<style>
span { border-color: #BEDB5F; }
span { border-color: rgb(190,219,95); }
td.TdClassName
{
border-color: #BEDB5F;
}
.TagClassName
{
border-color: #BEDB5F;
}
</style>