Shades of Fuego #BBD128
Tints of Fuego #BBD128
RGB
CMYK
RGB Variations
Color information
#BBD128 (or 0xBBD128) is known color: Fuego. HEX triplet: BB, D1 and 28. RGB value is (187,209,40). Sum of RGB (Red+Green+Blue) = 187+209+40=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD128 is #442ED7. Grayscale: #B7B7B7. Windows color (decimal): -4468440 or 2675131. OLE color: 2675131.
HSL color Cylindrical-coordinate representation of color #BBD128: hue angle of 67.81º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBD128 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 40 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.18 |
| HSL | 67.81º | 0.68% | 0.49% | - |
| HSV(B) | 67.81º | 0.81% | 0.82% | - |
| XYZ | 43.68 | 56.32 | 10.58 | - |
| YUV | 183.16 | 47.21 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 40 | 0.11 | 0 | 0.81 | 0.18 | 67.81 | 0.68 | 0.49 |
| Hex | BB | D1 | 28 | B | 0 | 51 | 12 | 44 | 44 | 31 |
| Octal | 273 | 321 | 50 | 13 | 0 | 121 | 22 | 104 | 104 | 61 |
| Binary | 10111011 | 11010001 | 101000 | 1011 | 0 | 1010001 | 10010 | 1000100 | 1000100 | 110001 |
Color Harmonies of #BBD128
Complementary color
Monochromatic Colors of #BBD128
Black with #BBD128
Text Example
Text Example
White with #BBD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD128; }
p { color: rgb(187,209,40); }
H1.HeaderClassName
{
color: #BBD128;
}
.AnyTagClassName
{
color: #BBD128;
}
</style>
background-color css
<style>
a { background-color: #BBD128; }
a { background-color: rgb(187,209,40); }
div.DivClassName
{
background-color: #BBD128;
}
.BgClassName
{
background-color: #BBD128;
}
</style>
border-color css
<style>
span { border-color: #BBD128; }
span { border-color: rgb(187,209,40); }
td.TdClassName
{
border-color: #BBD128;
}
.TagClassName
{
border-color: #BBD128;
}
</style>