Shades of Fuego #BBCD33
Tints of Fuego #BBCD33
RGB
CMYK
RGB Variations
Color information
#BBCD33 (or 0xBBCD33) is known color: Fuego. HEX triplet: BB, CD and 33. RGB value is (187,205,51). Sum of RGB (Red+Green+Blue) = 187+205+51=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD33 is #4432CC. Grayscale: #B6B6B6. Windows color (decimal): -4469453 or 3395003. OLE color: 3395003.
HSL color Cylindrical-coordinate representation of color #BBCD33: hue angle of 67.01º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCD33 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 51 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.20 |
| HSL | 67.01º | 0.61% | 0.5% | - |
| HSV(B) | 67.01º | 0.75% | 0.8% | - |
| XYZ | 42.92 | 54.47 | 11.38 | - |
| YUV | 182.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 51 | 0.09 | 0 | 0.75 | 0.20 | 67.01 | 0.61 | 0.5 |
| Hex | BB | CD | 33 | 9 | 0 | 4B | 14 | 43 | 3D | 32 |
| Octal | 273 | 315 | 63 | 11 | 0 | 113 | 24 | 103 | 75 | 62 |
| Binary | 10111011 | 11001101 | 110011 | 1001 | 0 | 1001011 | 10100 | 1000011 | 111101 | 110010 |
Color Harmonies of #BBCD33
Complementary color
Monochromatic Colors of #BBCD33
Black with #BBCD33
Text Example
Text Example
White with #BBCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD33; }
p { color: rgb(187,205,51); }
H1.HeaderClassName
{
color: #BBCD33;
}
.AnyTagClassName
{
color: #BBCD33;
}
</style>
background-color css
<style>
a { background-color: #BBCD33; }
a { background-color: rgb(187,205,51); }
div.DivClassName
{
background-color: #BBCD33;
}
.BgClassName
{
background-color: #BBCD33;
}
</style>
border-color css
<style>
span { border-color: #BBCD33; }
span { border-color: rgb(187,205,51); }
td.TdClassName
{
border-color: #BBCD33;
}
.TagClassName
{
border-color: #BBCD33;
}
</style>