Shades of Deco #BED479
Tints of Deco #BED479
RGB
CMYK
RGB Variations
Color information
#BED479 (or 0xBED479) is known color: Deco. HEX triplet: BE, D4 and 79. RGB value is (190,212,121). Sum of RGB (Red+Green+Blue) = 190+212+121=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BED479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED479 is #412B86. Grayscale: #C3C3C3. Windows color (decimal): -4270983 or 7984318. OLE color: 7984318.
HSL color Cylindrical-coordinate representation of color #BED479: hue angle of 74.51º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BED479 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 121 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.17 |
| HSL | 74.51º | 0.51% | 0.65% | - |
| HSV(B) | 74.51º | 0.43% | 0.83% | - |
| XYZ | 48.23 | 59.41 | 27.02 | - |
| YUV | 195.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 121 | 0.10 | 0 | 0.43 | 0.17 | 74.51 | 0.51 | 0.65 |
| Hex | BE | D4 | 79 | A | 0 | 2B | 11 | 4B | 33 | 41 |
| Octal | 276 | 324 | 171 | 12 | 0 | 53 | 21 | 113 | 63 | 101 |
| Binary | 10111110 | 11010100 | 1111001 | 1010 | 0 | 101011 | 10001 | 1001011 | 110011 | 1000001 |
Color Harmonies of #BED479
Complementary color
Monochromatic Colors of #BED479
Black with #BED479
Text Example
Text Example
White with #BED479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED479; }
p { color: rgb(190,212,121); }
H1.HeaderClassName
{
color: #BED479;
}
.AnyTagClassName
{
color: #BED479;
}
</style>
background-color css
<style>
a { background-color: #BED479; }
a { background-color: rgb(190,212,121); }
div.DivClassName
{
background-color: #BED479;
}
.BgClassName
{
background-color: #BED479;
}
</style>
border-color css
<style>
span { border-color: #BED479; }
span { border-color: rgb(190,212,121); }
td.TdClassName
{
border-color: #BED479;
}
.TagClassName
{
border-color: #BED479;
}
</style>