Shades of Fuego #BBCD2A
Tints of Fuego #BBCD2A
RGB
CMYK
RGB Variations
Color information
#BBCD2A (or 0xBBCD2A) is known color: Fuego. HEX triplet: BB, CD and 2A. RGB value is (187,205,42). Sum of RGB (Red+Green+Blue) = 187+205+42=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD2A is #4432D5. Grayscale: #B5B5B5. Windows color (decimal): -4469462 or 2805179. OLE color: 2805179.
HSL color Cylindrical-coordinate representation of color #BBCD2A: hue angle of 66.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBCD2A is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 42 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.20 |
| HSL | 66.63º | 0.66% | 0.48% | - |
| HSV(B) | 66.63º | 0.8% | 0.8% | - |
| XYZ | 42.74 | 54.39 | 10.44 | - |
| YUV | 181.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 42 | 0.09 | 0 | 0.80 | 0.20 | 66.63 | 0.66 | 0.48 |
| Hex | BB | CD | 2A | 9 | 0 | 50 | 14 | 43 | 42 | 30 |
| Octal | 273 | 315 | 52 | 11 | 0 | 120 | 24 | 103 | 102 | 60 |
| Binary | 10111011 | 11001101 | 101010 | 1001 | 0 | 1010000 | 10100 | 1000011 | 1000010 | 110000 |
Color Harmonies of #BBCD2A
Complementary color
Monochromatic Colors of #BBCD2A
Black with #BBCD2A
Text Example
Text Example
White with #BBCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD2A; }
p { color: rgb(187,205,42); }
H1.HeaderClassName
{
color: #BBCD2A;
}
.AnyTagClassName
{
color: #BBCD2A;
}
</style>
background-color css
<style>
a { background-color: #BBCD2A; }
a { background-color: rgb(187,205,42); }
div.DivClassName
{
background-color: #BBCD2A;
}
.BgClassName
{
background-color: #BBCD2A;
}
</style>
border-color css
<style>
span { border-color: #BBCD2A; }
span { border-color: rgb(187,205,42); }
td.TdClassName
{
border-color: #BBCD2A;
}
.TagClassName
{
border-color: #BBCD2A;
}
</style>