Shades of Fuego #BBD231
Tints of Fuego #BBD231
RGB
CMYK
RGB Variations
Color information
#BBD231 (or 0xBBD231) is known color: Fuego. HEX triplet: BB, D2 and 31. RGB value is (187,210,49). Sum of RGB (Red+Green+Blue) = 187+210+49=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD231 is #442DCE. Grayscale: #B9B9B9. Windows color (decimal): -4468175 or 3265211. OLE color: 3265211.
HSL color Cylindrical-coordinate representation of color #BBD231: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBD231 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 49 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.18 |
| HSL | 68.57º | 0.64% | 0.51% | - |
| HSV(B) | 68.57º | 0.77% | 0.82% | - |
| XYZ | 44.09 | 56.88 | 11.56 | - |
| YUV | 184.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 49 | 0.11 | 0 | 0.77 | 0.18 | 68.57 | 0.64 | 0.51 |
| Hex | BB | D2 | 31 | B | 0 | 4D | 12 | 45 | 40 | 33 |
| Octal | 273 | 322 | 61 | 13 | 0 | 115 | 22 | 105 | 100 | 63 |
| Binary | 10111011 | 11010010 | 110001 | 1011 | 0 | 1001101 | 10010 | 1000101 | 1000000 | 110011 |
Color Harmonies of #BBD231
Complementary color
Monochromatic Colors of #BBD231
Black with #BBD231
Text Example
Text Example
White with #BBD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD231; }
p { color: rgb(187,210,49); }
H1.HeaderClassName
{
color: #BBD231;
}
.AnyTagClassName
{
color: #BBD231;
}
</style>
background-color css
<style>
a { background-color: #BBD231; }
a { background-color: rgb(187,210,49); }
div.DivClassName
{
background-color: #BBD231;
}
.BgClassName
{
background-color: #BBD231;
}
</style>
border-color css
<style>
span { border-color: #BBD231; }
span { border-color: rgb(187,210,49); }
td.TdClassName
{
border-color: #BBD231;
}
.TagClassName
{
border-color: #BBD231;
}
</style>