Shades of Fuego #BBD537
Tints of Fuego #BBD537
RGB
CMYK
RGB Variations
Color information
#BBD537 (or 0xBBD537) is known color: Fuego. HEX triplet: BB, D5 and 37. RGB value is (187,213,55). Sum of RGB (Red+Green+Blue) = 187+213+55=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD537 is #442AC8. Grayscale: #BBBBBB. Windows color (decimal): -4467401 or 3659195. OLE color: 3659195.
HSL color Cylindrical-coordinate representation of color #BBD537: hue angle of 69.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBD537 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 55 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.16 |
| HSL | 69.87º | 0.65% | 0.53% | - |
| HSV(B) | 69.87º | 0.74% | 0.84% | - |
| XYZ | 44.98 | 58.43 | 12.52 | - |
| YUV | 187.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 55 | 0.12 | 0 | 0.74 | 0.16 | 69.87 | 0.65 | 0.53 |
| Hex | BB | D5 | 37 | C | 0 | 4A | 10 | 46 | 41 | 35 |
| Octal | 273 | 325 | 67 | 14 | 0 | 112 | 20 | 106 | 101 | 65 |
| Binary | 10111011 | 11010101 | 110111 | 1100 | 0 | 1001010 | 10000 | 1000110 | 1000001 | 110101 |
Color Harmonies of #BBD537
Complementary color
Monochromatic Colors of #BBD537
Black with #BBD537
Text Example
Text Example
White with #BBD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD537; }
p { color: rgb(187,213,55); }
H1.HeaderClassName
{
color: #BBD537;
}
.AnyTagClassName
{
color: #BBD537;
}
</style>
background-color css
<style>
a { background-color: #BBD537; }
a { background-color: rgb(187,213,55); }
div.DivClassName
{
background-color: #BBD537;
}
.BgClassName
{
background-color: #BBD537;
}
</style>
border-color css
<style>
span { border-color: #BBD537; }
span { border-color: rgb(187,213,55); }
td.TdClassName
{
border-color: #BBD537;
}
.TagClassName
{
border-color: #BBD537;
}
</style>