Shades of Fuego #BBD525
Tints of Fuego #BBD525
RGB
CMYK
RGB Variations
Color information
#BBD525 (or 0xBBD525) is known color: Fuego. HEX triplet: BB, D5 and 25. RGB value is (187,213,37). Sum of RGB (Red+Green+Blue) = 187+213+37=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD525 is #442ADA. Grayscale: #B9B9B9. Windows color (decimal): -4467419 or 2479547. OLE color: 2479547.
HSL color Cylindrical-coordinate representation of color #BBD525: hue angle of 68.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD525 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 37 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.16 |
| HSL | 68.86º | 0.7% | 0.49% | - |
| HSV(B) | 68.86º | 0.83% | 0.84% | - |
| XYZ | 44.62 | 58.29 | 10.65 | - |
| YUV | 185.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 37 | 0.12 | 0 | 0.83 | 0.16 | 68.86 | 0.7 | 0.49 |
| Hex | BB | D5 | 25 | C | 0 | 53 | 10 | 45 | 46 | 31 |
| Octal | 273 | 325 | 45 | 14 | 0 | 123 | 20 | 105 | 106 | 61 |
| Binary | 10111011 | 11010101 | 100101 | 1100 | 0 | 1010011 | 10000 | 1000101 | 1000110 | 110001 |
Color Harmonies of #BBD525
Complementary color
Monochromatic Colors of #BBD525
Black with #BBD525
Text Example
Text Example
White with #BBD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD525; }
p { color: rgb(187,213,37); }
H1.HeaderClassName
{
color: #BBD525;
}
.AnyTagClassName
{
color: #BBD525;
}
</style>
background-color css
<style>
a { background-color: #BBD525; }
a { background-color: rgb(187,213,37); }
div.DivClassName
{
background-color: #BBD525;
}
.BgClassName
{
background-color: #BBD525;
}
</style>
border-color css
<style>
span { border-color: #BBD525; }
span { border-color: rgb(187,213,37); }
td.TdClassName
{
border-color: #BBD525;
}
.TagClassName
{
border-color: #BBD525;
}
</style>