Shades of Fuego #BEDC23
Tints of Fuego #BEDC23
RGB
CMYK
RGB Variations
Color information
#BEDC23 (or 0xBEDC23) is known color: Fuego. HEX triplet: BE, DC and 23. RGB value is (190,220,35). Sum of RGB (Red+Green+Blue) = 190+220+35=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC23 is #4123DC. Grayscale: #BEBEBE. Windows color (decimal): -4269021 or 2350270. OLE color: 2350270.
HSL color Cylindrical-coordinate representation of color #BEDC23: hue angle of 69.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEDC23 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 35 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.14 |
| HSL | 69.73º | 0.73% | 0.5% | - |
| HSV(B) | 69.73º | 0.84% | 0.86% | - |
| XYZ | 47.13 | 62.25 | 11.12 | - |
| YUV | 189.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 35 | 0.14 | 0 | 0.84 | 0.14 | 69.73 | 0.73 | 0.5 |
| Hex | BE | DC | 23 | E | 0 | 54 | E | 46 | 49 | 32 |
| Octal | 276 | 334 | 43 | 16 | 0 | 124 | 16 | 106 | 111 | 62 |
| Binary | 10111110 | 11011100 | 100011 | 1110 | 0 | 1010100 | 1110 | 1000110 | 1001001 | 110010 |
Color Harmonies of #BEDC23
Complementary color
Monochromatic Colors of #BEDC23
Black with #BEDC23
Text Example
Text Example
White with #BEDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC23; }
p { color: rgb(190,220,35); }
H1.HeaderClassName
{
color: #BEDC23;
}
.AnyTagClassName
{
color: #BEDC23;
}
</style>
background-color css
<style>
a { background-color: #BEDC23; }
a { background-color: rgb(190,220,35); }
div.DivClassName
{
background-color: #BEDC23;
}
.BgClassName
{
background-color: #BEDC23;
}
</style>
border-color css
<style>
span { border-color: #BEDC23; }
span { border-color: rgb(190,220,35); }
td.TdClassName
{
border-color: #BEDC23;
}
.TagClassName
{
border-color: #BEDC23;
}
</style>