Shades of Conifer #BEDB54
Tints of Conifer #BEDB54
RGB
CMYK
RGB Variations
Color information
#BEDB54 (or 0xBEDB54) is known color: Conifer. HEX triplet: BE, DB and 54. RGB value is (190,219,84). Sum of RGB (Red+Green+Blue) = 190+219+84=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB54 is #4124AB. Grayscale: #C3C3C3. Windows color (decimal): -4269228 or 5561278. OLE color: 5561278.
HSL color Cylindrical-coordinate representation of color #BEDB54: hue angle of 72.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEDB54 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 84 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.14 |
| HSL | 72.89º | 0.65% | 0.59% | - |
| HSV(B) | 72.89º | 0.62% | 0.86% | - |
| XYZ | 48.17 | 62.25 | 17.86 | - |
| YUV | 194.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 84 | 0.13 | 0 | 0.62 | 0.14 | 72.89 | 0.65 | 0.59 |
| Hex | BE | DB | 54 | D | 0 | 3E | E | 49 | 41 | 3B |
| Octal | 276 | 333 | 124 | 15 | 0 | 76 | 16 | 111 | 101 | 73 |
| Binary | 10111110 | 11011011 | 1010100 | 1101 | 0 | 111110 | 1110 | 1001001 | 1000001 | 111011 |
Color Harmonies of #BEDB54
Complementary color
Monochromatic Colors of #BEDB54
Black with #BEDB54
Text Example
Text Example
White with #BEDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB54; }
p { color: rgb(190,219,84); }
H1.HeaderClassName
{
color: #BEDB54;
}
.AnyTagClassName
{
color: #BEDB54;
}
</style>
background-color css
<style>
a { background-color: #BEDB54; }
a { background-color: rgb(190,219,84); }
div.DivClassName
{
background-color: #BEDB54;
}
.BgClassName
{
background-color: #BEDB54;
}
</style>
border-color css
<style>
span { border-color: #BEDB54; }
span { border-color: rgb(190,219,84); }
td.TdClassName
{
border-color: #BEDB54;
}
.TagClassName
{
border-color: #BEDB54;
}
</style>