Shades of Fuego #BDE927
Tints of Fuego #BDE927
RGB
CMYK
RGB Variations
Color information
#BDE927 (or 0xBDE927) is known color: Fuego. HEX triplet: BD, E9 and 27. RGB value is (189,233,39). Sum of RGB (Red+Green+Blue) = 189+233+39=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE927 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE927 is #4216D8. Grayscale: #C6C6C6. Windows color (decimal): -4331225 or 2615741. OLE color: 2615741.
HSL color Cylindrical-coordinate representation of color #BDE927: hue angle of 73.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE927 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 39 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.09 |
| HSL | 73.61º | 0.82% | 0.53% | - |
| HSV(B) | 73.61º | 0.83% | 0.91% | - |
| XYZ | 50.49 | 69.24 | 12.62 | - |
| YUV | 197.73 | 38.42 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 39 | 0.19 | 0 | 0.83 | 0.09 | 73.61 | 0.82 | 0.53 |
| Hex | BD | E9 | 27 | 13 | 0 | 53 | 9 | 4A | 52 | 35 |
| Octal | 275 | 351 | 47 | 23 | 0 | 123 | 11 | 112 | 122 | 65 |
| Binary | 10111101 | 11101001 | 100111 | 10011 | 0 | 1010011 | 1001 | 1001010 | 1010010 | 110101 |
Color Harmonies of #BDE927
Complementary color
Monochromatic Colors of #BDE927
Black with #BDE927
Text Example
Text Example
White with #BDE927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE927; }
p { color: rgb(189,233,39); }
H1.HeaderClassName
{
color: #BDE927;
}
.AnyTagClassName
{
color: #BDE927;
}
</style>
background-color css
<style>
a { background-color: #BDE927; }
a { background-color: rgb(189,233,39); }
div.DivClassName
{
background-color: #BDE927;
}
.BgClassName
{
background-color: #BDE927;
}
</style>
border-color css
<style>
span { border-color: #BDE927; }
span { border-color: rgb(189,233,39); }
td.TdClassName
{
border-color: #BDE927;
}
.TagClassName
{
border-color: #BDE927;
}
</style>