Shades of Conifer #BEDB5B
Tints of Conifer #BEDB5B
RGB
CMYK
RGB Variations
Color information
#BEDB5B (or 0xBEDB5B) is known color: Conifer. HEX triplet: BE, DB and 5B. RGB value is (190,219,91). Sum of RGB (Red+Green+Blue) = 190+219+91=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB5B is #4124A4. Grayscale: #C4C4C4. Windows color (decimal): -4269221 or 6020030. OLE color: 6020030.
HSL color Cylindrical-coordinate representation of color #BEDB5B: hue angle of 73.59º 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 #BEDB5B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 91 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.14 |
| HSL | 73.59º | 0.64% | 0.61% | - |
| HSV(B) | 73.59º | 0.58% | 0.86% | - |
| XYZ | 48.46 | 62.37 | 19.38 | - |
| YUV | 195.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 91 | 0.13 | 0 | 0.58 | 0.14 | 73.59 | 0.64 | 0.61 |
| Hex | BE | DB | 5B | D | 0 | 3A | E | 4A | 40 | 3D |
| Octal | 276 | 333 | 133 | 15 | 0 | 72 | 16 | 112 | 100 | 75 |
| Binary | 10111110 | 11011011 | 1011011 | 1101 | 0 | 111010 | 1110 | 1001010 | 1000000 | 111101 |
Color Harmonies of #BEDB5B
Complementary color
Monochromatic Colors of #BEDB5B
Black with #BEDB5B
Text Example
Text Example
White with #BEDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB5B; }
p { color: rgb(190,219,91); }
H1.HeaderClassName
{
color: #BEDB5B;
}
.AnyTagClassName
{
color: #BEDB5B;
}
</style>
background-color css
<style>
a { background-color: #BEDB5B; }
a { background-color: rgb(190,219,91); }
div.DivClassName
{
background-color: #BEDB5B;
}
.BgClassName
{
background-color: #BEDB5B;
}
</style>
border-color css
<style>
span { border-color: #BEDB5B; }
span { border-color: rgb(190,219,91); }
td.TdClassName
{
border-color: #BEDB5B;
}
.TagClassName
{
border-color: #BEDB5B;
}
</style>