Shades of Fuego #BBDC23
Tints of Fuego #BBDC23
RGB
CMYK
RGB Variations
Color information
#BBDC23 (or 0xBBDC23) is known color: Fuego. HEX triplet: BB, DC and 23. RGB value is (187,220,35). Sum of RGB (Red+Green+Blue) = 187+220+35=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 35 (14.06% from 255 or 7.92% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC23 is #4423DC. Grayscale: #BDBDBD. Windows color (decimal): -4465629 or 2350267. OLE color: 2350267.
HSL color Cylindrical-coordinate representation of color #BBDC23: hue angle of 70.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBDC23 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 35 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.14 |
| HSL | 70.7º | 0.73% | 0.5% | - |
| HSV(B) | 70.7º | 0.84% | 0.86% | - |
| XYZ | 46.39 | 61.87 | 11.09 | - |
| YUV | 189.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 35 | 0.15 | 0 | 0.84 | 0.14 | 70.7 | 0.73 | 0.5 |
| Hex | BB | DC | 23 | F | 0 | 54 | E | 47 | 49 | 32 |
| Octal | 273 | 334 | 43 | 17 | 0 | 124 | 16 | 107 | 111 | 62 |
| Binary | 10111011 | 11011100 | 100011 | 1111 | 0 | 1010100 | 1110 | 1000111 | 1001001 | 110010 |
Color Harmonies of #BBDC23
Complementary color
Monochromatic Colors of #BBDC23
Black with #BBDC23
Text Example
Text Example
White with #BBDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC23; }
p { color: rgb(187,220,35); }
H1.HeaderClassName
{
color: #BBDC23;
}
.AnyTagClassName
{
color: #BBDC23;
}
</style>
background-color css
<style>
a { background-color: #BBDC23; }
a { background-color: rgb(187,220,35); }
div.DivClassName
{
background-color: #BBDC23;
}
.BgClassName
{
background-color: #BBDC23;
}
</style>
border-color css
<style>
span { border-color: #BBDC23; }
span { border-color: rgb(187,220,35); }
td.TdClassName
{
border-color: #BBDC23;
}
.TagClassName
{
border-color: #BBDC23;
}
</style>