Shades of Fuego #BED630
Tints of Fuego #BED630
RGB
CMYK
RGB Variations
Color information
#BED630 (or 0xBED630) is known color: Fuego. HEX triplet: BE, D6 and 30. RGB value is (190,214,48). Sum of RGB (Red+Green+Blue) = 190+214+48=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #BED630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED630 is #4129CF. Grayscale: #BCBCBC. Windows color (decimal): -4270544 or 3200702. OLE color: 3200702.
HSL color Cylindrical-coordinate representation of color #BED630: hue angle of 68.67º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BED630 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 48 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.16 |
| HSL | 68.67º | 0.67% | 0.51% | - |
| HSV(B) | 68.67º | 0.78% | 0.84% | - |
| XYZ | 45.82 | 59.25 | 11.82 | - |
| YUV | 187.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 48 | 0.11 | 0 | 0.78 | 0.16 | 68.67 | 0.67 | 0.51 |
| Hex | BE | D6 | 30 | B | 0 | 4E | 10 | 45 | 43 | 33 |
| Octal | 276 | 326 | 60 | 13 | 0 | 116 | 20 | 105 | 103 | 63 |
| Binary | 10111110 | 11010110 | 110000 | 1011 | 0 | 1001110 | 10000 | 1000101 | 1000011 | 110011 |
Color Harmonies of #BED630
Complementary color
Monochromatic Colors of #BED630
Black with #BED630
Text Example
Text Example
White with #BED630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED630; }
p { color: rgb(190,214,48); }
H1.HeaderClassName
{
color: #BED630;
}
.AnyTagClassName
{
color: #BED630;
}
</style>
background-color css
<style>
a { background-color: #BED630; }
a { background-color: rgb(190,214,48); }
div.DivClassName
{
background-color: #BED630;
}
.BgClassName
{
background-color: #BED630;
}
</style>
border-color css
<style>
span { border-color: #BED630; }
span { border-color: rgb(190,214,48); }
td.TdClassName
{
border-color: #BED630;
}
.TagClassName
{
border-color: #BED630;
}
</style>