Shades of Fuego #BBDC27
Tints of Fuego #BBDC27
RGB
CMYK
RGB Variations
Color information
#BBDC27 (or 0xBBDC27) is known color: Fuego. HEX triplet: BB, DC and 27. RGB value is (187,220,39). Sum of RGB (Red+Green+Blue) = 187+220+39=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC27 is #4423D8. Grayscale: #BEBEBE. Windows color (decimal): -4465625 or 2612411. OLE color: 2612411.
HSL color Cylindrical-coordinate representation of color #BBDC27: hue angle of 70.94º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBDC27 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 39 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.14 |
| HSL | 70.94º | 0.72% | 0.51% | - |
| HSV(B) | 70.94º | 0.82% | 0.86% | - |
| XYZ | 46.45 | 61.9 | 11.42 | - |
| YUV | 189.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 39 | 0.15 | 0 | 0.82 | 0.14 | 70.94 | 0.72 | 0.51 |
| Hex | BB | DC | 27 | F | 0 | 52 | E | 47 | 48 | 33 |
| Octal | 273 | 334 | 47 | 17 | 0 | 122 | 16 | 107 | 110 | 63 |
| Binary | 10111011 | 11011100 | 100111 | 1111 | 0 | 1010010 | 1110 | 1000111 | 1001000 | 110011 |
Color Harmonies of #BBDC27
Complementary color
Monochromatic Colors of #BBDC27
Black with #BBDC27
Text Example
Text Example
White with #BBDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC27; }
p { color: rgb(187,220,39); }
H1.HeaderClassName
{
color: #BBDC27;
}
.AnyTagClassName
{
color: #BBDC27;
}
</style>
background-color css
<style>
a { background-color: #BBDC27; }
a { background-color: rgb(187,220,39); }
div.DivClassName
{
background-color: #BBDC27;
}
.BgClassName
{
background-color: #BBDC27;
}
</style>
border-color css
<style>
span { border-color: #BBDC27; }
span { border-color: rgb(187,220,39); }
td.TdClassName
{
border-color: #BBDC27;
}
.TagClassName
{
border-color: #BBDC27;
}
</style>