Shades of Fuego #BBD628
Tints of Fuego #BBD628
RGB
CMYK
RGB Variations
Color information
#BBD628 (or 0xBBD628) is known color: Fuego. HEX triplet: BB, D6 and 28. RGB value is (187,214,40). Sum of RGB (Red+Green+Blue) = 187+214+40=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD628 is #4429D7. Grayscale: #BABABA. Windows color (decimal): -4467160 or 2676411. OLE color: 2676411.
HSL color Cylindrical-coordinate representation of color #BBD628: hue angle of 69.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBD628 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 40 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.16 |
| HSL | 69.31º | 0.69% | 0.5% | - |
| HSV(B) | 69.31º | 0.81% | 0.84% | - |
| XYZ | 44.92 | 58.81 | 10.99 | - |
| YUV | 186.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 40 | 0.13 | 0 | 0.81 | 0.16 | 69.31 | 0.69 | 0.5 |
| Hex | BB | D6 | 28 | D | 0 | 51 | 10 | 45 | 45 | 32 |
| Octal | 273 | 326 | 50 | 15 | 0 | 121 | 20 | 105 | 105 | 62 |
| Binary | 10111011 | 11010110 | 101000 | 1101 | 0 | 1010001 | 10000 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BBD628
Complementary color
Monochromatic Colors of #BBD628
Black with #BBD628
Text Example
Text Example
White with #BBD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD628; }
p { color: rgb(187,214,40); }
H1.HeaderClassName
{
color: #BBD628;
}
.AnyTagClassName
{
color: #BBD628;
}
</style>
background-color css
<style>
a { background-color: #BBD628; }
a { background-color: rgb(187,214,40); }
div.DivClassName
{
background-color: #BBD628;
}
.BgClassName
{
background-color: #BBD628;
}
</style>
border-color css
<style>
span { border-color: #BBD628; }
span { border-color: rgb(187,214,40); }
td.TdClassName
{
border-color: #BBD628;
}
.TagClassName
{
border-color: #BBD628;
}
</style>