Shades of Conifer #BEDB59
Tints of Conifer #BEDB59
RGB
CMYK
RGB Variations
Color information
#BEDB59 (or 0xBEDB59) is known color: Conifer. HEX triplet: BE, DB and 59. RGB value is (190,219,89). Sum of RGB (Red+Green+Blue) = 190+219+89=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB59 is #4124A6. Grayscale: #C3C3C3. Windows color (decimal): -4269223 or 5888958. OLE color: 5888958.
HSL color Cylindrical-coordinate representation of color #BEDB59: hue angle of 73.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEDB59 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 89 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.14 |
| HSL | 73.38º | 0.64% | 0.6% | - |
| HSV(B) | 73.38º | 0.59% | 0.86% | - |
| XYZ | 48.37 | 62.33 | 18.93 | - |
| YUV | 195.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 89 | 0.13 | 0 | 0.59 | 0.14 | 73.38 | 0.64 | 0.6 |
| Hex | BE | DB | 59 | D | 0 | 3B | E | 49 | 40 | 3C |
| Octal | 276 | 333 | 131 | 15 | 0 | 73 | 16 | 111 | 100 | 74 |
| Binary | 10111110 | 11011011 | 1011001 | 1101 | 0 | 111011 | 1110 | 1001001 | 1000000 | 111100 |
Color Harmonies of #BEDB59
Complementary color
Monochromatic Colors of #BEDB59
Black with #BEDB59
Text Example
Text Example
White with #BEDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB59; }
p { color: rgb(190,219,89); }
H1.HeaderClassName
{
color: #BEDB59;
}
.AnyTagClassName
{
color: #BEDB59;
}
</style>
background-color css
<style>
a { background-color: #BEDB59; }
a { background-color: rgb(190,219,89); }
div.DivClassName
{
background-color: #BEDB59;
}
.BgClassName
{
background-color: #BEDB59;
}
</style>
border-color css
<style>
span { border-color: #BEDB59; }
span { border-color: rgb(190,219,89); }
td.TdClassName
{
border-color: #BEDB59;
}
.TagClassName
{
border-color: #BEDB59;
}
</style>