Shades of Deco #BED478
Tints of Deco #BED478
RGB
CMYK
RGB Variations
Color information
#BED478 (or 0xBED478) is known color: Deco. HEX triplet: BE, D4 and 78. RGB value is (190,212,120). Sum of RGB (Red+Green+Blue) = 190+212+120=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #BED478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED478 is #412B87. Grayscale: #C3C3C3. Windows color (decimal): -4270984 or 7918782. OLE color: 7918782.
HSL color Cylindrical-coordinate representation of color #BED478: hue angle of 74.35º degrees, saturation: 0.52, 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 #BED478 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 120 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.17 |
| HSL | 74.35º | 0.52% | 0.65% | - |
| HSV(B) | 74.35º | 0.43% | 0.83% | - |
| XYZ | 48.17 | 59.39 | 26.69 | - |
| YUV | 194.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 120 | 0.10 | 0 | 0.43 | 0.17 | 74.35 | 0.52 | 0.65 |
| Hex | BE | D4 | 78 | A | 0 | 2B | 11 | 4A | 34 | 41 |
| Octal | 276 | 324 | 170 | 12 | 0 | 53 | 21 | 112 | 64 | 101 |
| Binary | 10111110 | 11010100 | 1111000 | 1010 | 0 | 101011 | 10001 | 1001010 | 110100 | 1000001 |
Color Harmonies of #BED478
Complementary color
Monochromatic Colors of #BED478
Black with #BED478
Text Example
Text Example
White with #BED478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED478; }
p { color: rgb(190,212,120); }
H1.HeaderClassName
{
color: #BED478;
}
.AnyTagClassName
{
color: #BED478;
}
</style>
background-color css
<style>
a { background-color: #BED478; }
a { background-color: rgb(190,212,120); }
div.DivClassName
{
background-color: #BED478;
}
.BgClassName
{
background-color: #BED478;
}
</style>
border-color css
<style>
span { border-color: #BED478; }
span { border-color: rgb(190,212,120); }
td.TdClassName
{
border-color: #BED478;
}
.TagClassName
{
border-color: #BED478;
}
</style>