Shades of Conifer #BEDB58
Tints of Conifer #BEDB58
RGB
CMYK
RGB Variations
Color information
#BEDB58 (or 0xBEDB58) is known color: Conifer. HEX triplet: BE, DB and 58. RGB value is (190,219,88). Sum of RGB (Red+Green+Blue) = 190+219+88=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB58 is #4124A7. Grayscale: #C3C3C3. Windows color (decimal): -4269224 or 5823422. OLE color: 5823422.
HSL color Cylindrical-coordinate representation of color #BEDB58: hue angle of 73.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEDB58 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 88 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.14 |
| HSL | 73.28º | 0.65% | 0.6% | - |
| HSV(B) | 73.28º | 0.6% | 0.86% | - |
| XYZ | 48.33 | 62.31 | 18.71 | - |
| YUV | 195.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 88 | 0.13 | 0 | 0.60 | 0.14 | 73.28 | 0.65 | 0.6 |
| Hex | BE | DB | 58 | D | 0 | 3C | E | 49 | 41 | 3C |
| Octal | 276 | 333 | 130 | 15 | 0 | 74 | 16 | 111 | 101 | 74 |
| Binary | 10111110 | 11011011 | 1011000 | 1101 | 0 | 111100 | 1110 | 1001001 | 1000001 | 111100 |
Color Harmonies of #BEDB58
Complementary color
Monochromatic Colors of #BEDB58
Black with #BEDB58
Text Example
Text Example
White with #BEDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB58; }
p { color: rgb(190,219,88); }
H1.HeaderClassName
{
color: #BEDB58;
}
.AnyTagClassName
{
color: #BEDB58;
}
</style>
background-color css
<style>
a { background-color: #BEDB58; }
a { background-color: rgb(190,219,88); }
div.DivClassName
{
background-color: #BEDB58;
}
.BgClassName
{
background-color: #BEDB58;
}
</style>
border-color css
<style>
span { border-color: #BEDB58; }
span { border-color: rgb(190,219,88); }
td.TdClassName
{
border-color: #BEDB58;
}
.TagClassName
{
border-color: #BEDB58;
}
</style>