Shades of Conifer #BEDB5E
Tints of Conifer #BEDB5E
RGB
CMYK
RGB Variations
Color information
#BEDB5E (or 0xBEDB5E) is known color: Conifer. HEX triplet: BE, DB and 5E. RGB value is (190,219,94). Sum of RGB (Red+Green+Blue) = 190+219+94=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB5E is #4124A1. Grayscale: #C4C4C4. Windows color (decimal): -4269218 or 6216638. OLE color: 6216638.
HSL color Cylindrical-coordinate representation of color #BEDB5E: hue angle of 73.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDB5E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 219 | 94 | - |
CMYK | 0.13 | 0 | 0.57 | 0.14 |
HSL | 73.92º | 0.63% | 0.61% | - |
HSV(B) | 73.92º | 0.57% | 0.86% | - |
XYZ | 48.59 | 62.42 | 20.08 | - |
YUV | 196.08 | 70.39 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 219 | 94 | 0.13 | 0 | 0.57 | 0.14 | 73.92 | 0.63 | 0.61 |
Hex | BE | DB | 5E | D | 0 | 39 | E | 4A | 3F | 3D |
Octal | 276 | 333 | 136 | 15 | 0 | 71 | 16 | 112 | 77 | 75 |
Binary | 10111110 | 11011011 | 1011110 | 1101 | 0 | 111001 | 1110 | 1001010 | 111111 | 111101 |
Color Harmonies of #BEDB5E
Complementary color
Monochromatic Colors of #BEDB5E
Black with #BEDB5E
Text Example
Text Example
White with #BEDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB5E; }
p { color: rgb(190,219,94); }
H1.HeaderClassName
{
color: #BEDB5E;
}
.AnyTagClassName
{
color: #BEDB5E;
}
</style>
background-color css
<style>
a { background-color: #BEDB5E; }
a { background-color: rgb(190,219,94); }
div.DivClassName
{
background-color: #BEDB5E;
}
.BgClassName
{
background-color: #BEDB5E;
}
</style>
border-color css
<style>
span { border-color: #BEDB5E; }
span { border-color: rgb(190,219,94); }
td.TdClassName
{
border-color: #BEDB5E;
}
.TagClassName
{
border-color: #BEDB5E;
}
</style>