Shades of Fuego #BBDB2A
Tints of Fuego #BBDB2A
RGB
CMYK
RGB Variations
Color information
#BBDB2A (or 0xBBDB2A) is known color: Fuego. HEX triplet: BB, DB and 2A. RGB value is (187,219,42). Sum of RGB (Red+Green+Blue) = 187+219+42=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB2A is #4424D5. Grayscale: #BDBDBD. Windows color (decimal): -4465878 or 2808763. OLE color: 2808763.
HSL color Cylindrical-coordinate representation of color #BBDB2A: hue angle of 70.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBDB2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.14 |
| HSL | 70.85º | 0.71% | 0.51% | - |
| HSV(B) | 70.85º | 0.81% | 0.86% | - |
| XYZ | 46.24 | 61.4 | 11.6 | - |
| YUV | 189.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 42 | 0.15 | 0 | 0.81 | 0.14 | 70.85 | 0.71 | 0.51 |
| Hex | BB | DB | 2A | F | 0 | 51 | E | 47 | 47 | 33 |
| Octal | 273 | 333 | 52 | 17 | 0 | 121 | 16 | 107 | 107 | 63 |
| Binary | 10111011 | 11011011 | 101010 | 1111 | 0 | 1010001 | 1110 | 1000111 | 1000111 | 110011 |
Color Harmonies of #BBDB2A
Complementary color
Monochromatic Colors of #BBDB2A
Black with #BBDB2A
Text Example
Text Example
White with #BBDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB2A; }
p { color: rgb(187,219,42); }
H1.HeaderClassName
{
color: #BBDB2A;
}
.AnyTagClassName
{
color: #BBDB2A;
}
</style>
background-color css
<style>
a { background-color: #BBDB2A; }
a { background-color: rgb(187,219,42); }
div.DivClassName
{
background-color: #BBDB2A;
}
.BgClassName
{
background-color: #BBDB2A;
}
</style>
border-color css
<style>
span { border-color: #BBDB2A; }
span { border-color: rgb(187,219,42); }
td.TdClassName
{
border-color: #BBDB2A;
}
.TagClassName
{
border-color: #BBDB2A;
}
</style>