Shades of Conifer #BEDE59
Tints of Conifer #BEDE59
RGB
CMYK
RGB Variations
Color information
#BEDE59 (or 0xBEDE59) is known color: Conifer. HEX triplet: BE, DE and 59. RGB value is (190,222,89). Sum of RGB (Red+Green+Blue) = 190+222+89=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE59 is #4121A6. Grayscale: #C5C5C5. Windows color (decimal): -4268455 or 5889726. OLE color: 5889726.
HSL color Cylindrical-coordinate representation of color #BEDE59: hue angle of 74.44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEDE59 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 89 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.13 |
| HSL | 74.44º | 0.67% | 0.61% | - |
| HSV(B) | 74.44º | 0.6% | 0.87% | - |
| XYZ | 49.16 | 63.91 | 19.2 | - |
| YUV | 197.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 89 | 0.14 | 0 | 0.60 | 0.13 | 74.44 | 0.67 | 0.61 |
| Hex | BE | DE | 59 | E | 0 | 3C | D | 4A | 43 | 3D |
| Octal | 276 | 336 | 131 | 16 | 0 | 74 | 15 | 112 | 103 | 75 |
| Binary | 10111110 | 11011110 | 1011001 | 1110 | 0 | 111100 | 1101 | 1001010 | 1000011 | 111101 |
Color Harmonies of #BEDE59
Complementary color
Monochromatic Colors of #BEDE59
Black with #BEDE59
Text Example
Text Example
White with #BEDE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE59; }
p { color: rgb(190,222,89); }
H1.HeaderClassName
{
color: #BEDE59;
}
.AnyTagClassName
{
color: #BEDE59;
}
</style>
background-color css
<style>
a { background-color: #BEDE59; }
a { background-color: rgb(190,222,89); }
div.DivClassName
{
background-color: #BEDE59;
}
.BgClassName
{
background-color: #BEDE59;
}
</style>
border-color css
<style>
span { border-color: #BEDE59; }
span { border-color: rgb(190,222,89); }
td.TdClassName
{
border-color: #BEDE59;
}
.TagClassName
{
border-color: #BEDE59;
}
</style>