Shades of Fuego #BBCA2D
Tints of Fuego #BBCA2D
RGB
CMYK
RGB Variations
Color information
#BBCA2D (or 0xBBCA2D) is known color: Fuego. HEX triplet: BB, CA and 2D. RGB value is (187,202,45). Sum of RGB (Red+Green+Blue) = 187+202+45=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA2D is #4435D2. Grayscale: #B4B4B4. Windows color (decimal): -4470227 or 3001019. OLE color: 3001019.
HSL color Cylindrical-coordinate representation of color #BBCA2D: hue angle of 65.73º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBCA2D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.21 |
| HSL | 65.73º | 0.64% | 0.48% | - |
| HSV(B) | 65.73º | 0.78% | 0.79% | - |
| XYZ | 42.09 | 53 | 10.49 | - |
| YUV | 179.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 45 | 0.07 | 0 | 0.78 | 0.21 | 65.73 | 0.64 | 0.48 |
| Hex | BB | CA | 2D | 7 | 0 | 4E | 15 | 42 | 40 | 30 |
| Octal | 273 | 312 | 55 | 7 | 0 | 116 | 25 | 102 | 100 | 60 |
| Binary | 10111011 | 11001010 | 101101 | 111 | 0 | 1001110 | 10101 | 1000010 | 1000000 | 110000 |
Color Harmonies of #BBCA2D
Complementary color
Monochromatic Colors of #BBCA2D
Black with #BBCA2D
Text Example
Text Example
White with #BBCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA2D; }
p { color: rgb(187,202,45); }
H1.HeaderClassName
{
color: #BBCA2D;
}
.AnyTagClassName
{
color: #BBCA2D;
}
</style>
background-color css
<style>
a { background-color: #BBCA2D; }
a { background-color: rgb(187,202,45); }
div.DivClassName
{
background-color: #BBCA2D;
}
.BgClassName
{
background-color: #BBCA2D;
}
</style>
border-color css
<style>
span { border-color: #BBCA2D; }
span { border-color: rgb(187,202,45); }
td.TdClassName
{
border-color: #BBCA2D;
}
.TagClassName
{
border-color: #BBCA2D;
}
</style>