Shades of Conifer #BEDA52
Tints of Conifer #BEDA52
RGB
CMYK
RGB Variations
Color information
#BEDA52 (or 0xBEDA52) is known color: Conifer. HEX triplet: BE, DA and 52. RGB value is (190,218,82). Sum of RGB (Red+Green+Blue) = 190+218+82=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA52 is #4125AD. Grayscale: #C2C2C2. Windows color (decimal): -4269486 or 5429950. OLE color: 5429950.
HSL color Cylindrical-coordinate representation of color #BEDA52: hue angle of 72.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEDA52 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 82 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.15 |
| HSL | 72.35º | 0.65% | 0.59% | - |
| HSV(B) | 72.35º | 0.62% | 0.85% | - |
| XYZ | 47.83 | 61.7 | 17.37 | - |
| YUV | 194.12 | 64.72 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 82 | 0.13 | 0 | 0.62 | 0.15 | 72.35 | 0.65 | 0.59 |
| Hex | BE | DA | 52 | D | 0 | 3E | F | 48 | 41 | 3B |
| Octal | 276 | 332 | 122 | 15 | 0 | 76 | 17 | 110 | 101 | 73 |
| Binary | 10111110 | 11011010 | 1010010 | 1101 | 0 | 111110 | 1111 | 1001000 | 1000001 | 111011 |
Color Harmonies of #BEDA52
Complementary color
Monochromatic Colors of #BEDA52
Black with #BEDA52
Text Example
Text Example
White with #BEDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA52; }
p { color: rgb(190,218,82); }
H1.HeaderClassName
{
color: #BEDA52;
}
.AnyTagClassName
{
color: #BEDA52;
}
</style>
background-color css
<style>
a { background-color: #BEDA52; }
a { background-color: rgb(190,218,82); }
div.DivClassName
{
background-color: #BEDA52;
}
.BgClassName
{
background-color: #BEDA52;
}
</style>
border-color css
<style>
span { border-color: #BEDA52; }
span { border-color: rgb(190,218,82); }
td.TdClassName
{
border-color: #BEDA52;
}
.TagClassName
{
border-color: #BEDA52;
}
</style>