Shades of Fuego #BBD934
Tints of Fuego #BBD934
RGB
CMYK
RGB Variations
Color information
#BBD934 (or 0xBBD934) is known color: Fuego. HEX triplet: BB, D9 and 34. RGB value is (187,217,52). Sum of RGB (Red+Green+Blue) = 187+217+52=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD934 is #4426CB. Grayscale: #BDBDBD. Windows color (decimal): -4466380 or 3463611. OLE color: 3463611.
HSL color Cylindrical-coordinate representation of color #BBD934: hue angle of 70.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBD934 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 52 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.15 |
| HSL | 70.91º | 0.68% | 0.53% | - |
| HSV(B) | 70.91º | 0.76% | 0.85% | - |
| XYZ | 45.93 | 60.44 | 12.49 | - |
| YUV | 189.22 | 50.56 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 52 | 0.14 | 0 | 0.76 | 0.15 | 70.91 | 0.68 | 0.53 |
| Hex | BB | D9 | 34 | E | 0 | 4C | F | 47 | 44 | 35 |
| Octal | 273 | 331 | 64 | 16 | 0 | 114 | 17 | 107 | 104 | 65 |
| Binary | 10111011 | 11011001 | 110100 | 1110 | 0 | 1001100 | 1111 | 1000111 | 1000100 | 110101 |
Color Harmonies of #BBD934
Complementary color
Monochromatic Colors of #BBD934
Black with #BBD934
Text Example
Text Example
White with #BBD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD934; }
p { color: rgb(187,217,52); }
H1.HeaderClassName
{
color: #BBD934;
}
.AnyTagClassName
{
color: #BBD934;
}
</style>
background-color css
<style>
a { background-color: #BBD934; }
a { background-color: rgb(187,217,52); }
div.DivClassName
{
background-color: #BBD934;
}
.BgClassName
{
background-color: #BBD934;
}
</style>
border-color css
<style>
span { border-color: #BBD934; }
span { border-color: rgb(187,217,52); }
td.TdClassName
{
border-color: #BBD934;
}
.TagClassName
{
border-color: #BBD934;
}
</style>