Shades of Fuego #BBD736
Tints of Fuego #BBD736
RGB
CMYK
RGB Variations
Color information
#BBD736 (or 0xBBD736) is known color: Fuego. HEX triplet: BB, D7 and 36. RGB value is (187,215,54). Sum of RGB (Red+Green+Blue) = 187+215+54=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD736 is #4428C9. Grayscale: #BCBCBC. Windows color (decimal): -4466890 or 3594171. OLE color: 3594171.
HSL color Cylindrical-coordinate representation of color #BBD736: hue angle of 70.43º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBD736 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 54 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.16 |
| HSL | 70.43º | 0.67% | 0.53% | - |
| HSV(B) | 70.43º | 0.75% | 0.84% | - |
| XYZ | 45.46 | 59.43 | 12.57 | - |
| YUV | 188.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 54 | 0.13 | 0 | 0.75 | 0.16 | 70.43 | 0.67 | 0.53 |
| Hex | BB | D7 | 36 | D | 0 | 4B | 10 | 46 | 43 | 35 |
| Octal | 273 | 327 | 66 | 15 | 0 | 113 | 20 | 106 | 103 | 65 |
| Binary | 10111011 | 11010111 | 110110 | 1101 | 0 | 1001011 | 10000 | 1000110 | 1000011 | 110101 |
Color Harmonies of #BBD736
Complementary color
Monochromatic Colors of #BBD736
Black with #BBD736
Text Example
Text Example
White with #BBD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD736; }
p { color: rgb(187,215,54); }
H1.HeaderClassName
{
color: #BBD736;
}
.AnyTagClassName
{
color: #BBD736;
}
</style>
background-color css
<style>
a { background-color: #BBD736; }
a { background-color: rgb(187,215,54); }
div.DivClassName
{
background-color: #BBD736;
}
.BgClassName
{
background-color: #BBD736;
}
</style>
border-color css
<style>
span { border-color: #BBD736; }
span { border-color: rgb(187,215,54); }
td.TdClassName
{
border-color: #BBD736;
}
.TagClassName
{
border-color: #BBD736;
}
</style>