Shades of Fuego #BBDC32
Tints of Fuego #BBDC32
RGB
CMYK
RGB Variations
Color information
#BBDC32 (or 0xBBDC32) is known color: Fuego. HEX triplet: BB, DC and 32. RGB value is (187,220,50). Sum of RGB (Red+Green+Blue) = 187+220+50=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC32 is #4423CD. Grayscale: #BFBFBF. Windows color (decimal): -4465614 or 3333307. OLE color: 3333307.
HSL color Cylindrical-coordinate representation of color #BBDC32: hue angle of 71.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBDC32 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 50 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.14 |
| HSL | 71.65º | 0.71% | 0.53% | - |
| HSV(B) | 71.65º | 0.77% | 0.86% | - |
| XYZ | 46.66 | 61.98 | 12.52 | - |
| YUV | 190.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 50 | 0.15 | 0 | 0.77 | 0.14 | 71.65 | 0.71 | 0.53 |
| Hex | BB | DC | 32 | F | 0 | 4D | E | 48 | 47 | 35 |
| Octal | 273 | 334 | 62 | 17 | 0 | 115 | 16 | 110 | 107 | 65 |
| Binary | 10111011 | 11011100 | 110010 | 1111 | 0 | 1001101 | 1110 | 1001000 | 1000111 | 110101 |
Color Harmonies of #BBDC32
Complementary color
Monochromatic Colors of #BBDC32
Black with #BBDC32
Text Example
Text Example
White with #BBDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC32; }
p { color: rgb(187,220,50); }
H1.HeaderClassName
{
color: #BBDC32;
}
.AnyTagClassName
{
color: #BBDC32;
}
</style>
background-color css
<style>
a { background-color: #BBDC32; }
a { background-color: rgb(187,220,50); }
div.DivClassName
{
background-color: #BBDC32;
}
.BgClassName
{
background-color: #BBDC32;
}
</style>
border-color css
<style>
span { border-color: #BBDC32; }
span { border-color: rgb(187,220,50); }
td.TdClassName
{
border-color: #BBDC32;
}
.TagClassName
{
border-color: #BBDC32;
}
</style>