Shades of Conifer #BED94C
Tints of Conifer #BED94C
RGB
CMYK
RGB Variations
Color information
#BED94C (or 0xBED94C) is known color: Conifer. HEX triplet: BE, D9 and 4C. RGB value is (190,217,76). Sum of RGB (Red+Green+Blue) = 190+217+76=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #BED94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED94C is #4126B3. Grayscale: #C1C1C1. Windows color (decimal): -4269748 or 5036478. OLE color: 5036478.
HSL color Cylindrical-coordinate representation of color #BED94C: hue angle of 71.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BED94C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 76 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 71.49º | 0.65% | 0.57% | - |
| HSV(B) | 71.49º | 0.65% | 0.85% | - |
| XYZ | 47.35 | 61.09 | 16.13 | - |
| YUV | 192.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 76 | 0.12 | 0 | 0.65 | 0.15 | 71.49 | 0.65 | 0.57 |
| Hex | BE | D9 | 4C | C | 0 | 41 | F | 47 | 41 | 39 |
| Octal | 276 | 331 | 114 | 14 | 0 | 101 | 17 | 107 | 101 | 71 |
| Binary | 10111110 | 11011001 | 1001100 | 1100 | 0 | 1000001 | 1111 | 1000111 | 1000001 | 111001 |
Color Harmonies of #BED94C
Complementary color
Monochromatic Colors of #BED94C
Black with #BED94C
Text Example
Text Example
White with #BED94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED94C; }
p { color: rgb(190,217,76); }
H1.HeaderClassName
{
color: #BED94C;
}
.AnyTagClassName
{
color: #BED94C;
}
</style>
background-color css
<style>
a { background-color: #BED94C; }
a { background-color: rgb(190,217,76); }
div.DivClassName
{
background-color: #BED94C;
}
.BgClassName
{
background-color: #BED94C;
}
</style>
border-color css
<style>
span { border-color: #BED94C; }
span { border-color: rgb(190,217,76); }
td.TdClassName
{
border-color: #BED94C;
}
.TagClassName
{
border-color: #BED94C;
}
</style>