Shades of Conifer #BEDB52
Tints of Conifer #BEDB52
RGB
CMYK
RGB Variations
Color information
#BEDB52 (or 0xBEDB52) is known color: Conifer. HEX triplet: BE, DB and 52. RGB value is (190,219,82). Sum of RGB (Red+Green+Blue) = 190+219+82=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB52 is #4124AD. Grayscale: #C3C3C3. Windows color (decimal): -4269230 or 5430206. OLE color: 5430206.
HSL color Cylindrical-coordinate representation of color #BEDB52: hue angle of 72.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEDB52 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 82 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.14 |
| HSL | 72.7º | 0.66% | 0.59% | - |
| HSV(B) | 72.7º | 0.63% | 0.86% | - |
| XYZ | 48.09 | 62.22 | 17.46 | - |
| YUV | 194.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 82 | 0.13 | 0 | 0.63 | 0.14 | 72.7 | 0.66 | 0.59 |
| Hex | BE | DB | 52 | D | 0 | 3F | E | 49 | 42 | 3B |
| Octal | 276 | 333 | 122 | 15 | 0 | 77 | 16 | 111 | 102 | 73 |
| Binary | 10111110 | 11011011 | 1010010 | 1101 | 0 | 111111 | 1110 | 1001001 | 1000010 | 111011 |
Color Harmonies of #BEDB52
Complementary color
Monochromatic Colors of #BEDB52
Black with #BEDB52
Text Example
Text Example
White with #BEDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB52; }
p { color: rgb(190,219,82); }
H1.HeaderClassName
{
color: #BEDB52;
}
.AnyTagClassName
{
color: #BEDB52;
}
</style>
background-color css
<style>
a { background-color: #BEDB52; }
a { background-color: rgb(190,219,82); }
div.DivClassName
{
background-color: #BEDB52;
}
.BgClassName
{
background-color: #BEDB52;
}
</style>
border-color css
<style>
span { border-color: #BEDB52; }
span { border-color: rgb(190,219,82); }
td.TdClassName
{
border-color: #BEDB52;
}
.TagClassName
{
border-color: #BEDB52;
}
</style>