Shades of Fuego #BBCC33
Tints of Fuego #BBCC33
RGB
CMYK
RGB Variations
Color information
#BBCC33 (or 0xBBCC33) is known color: Fuego. HEX triplet: BB, CC and 33. RGB value is (187,204,51). Sum of RGB (Red+Green+Blue) = 187+204+51=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC33 is #4433CC. Grayscale: #B6B6B6. Windows color (decimal): -4469709 or 3394747. OLE color: 3394747.
HSL color Cylindrical-coordinate representation of color #BBCC33: hue angle of 66.67º degrees, saturation: 0.6, 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 #BBCC33 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 51 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.2 |
| HSL | 66.67º | 0.6% | 0.5% | - |
| HSV(B) | 66.67º | 0.75% | 0.8% | - |
| XYZ | 42.68 | 53.99 | 11.3 | - |
| YUV | 181.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 51 | 0.08 | 0 | 0.75 | 0.2 | 66.67 | 0.6 | 0.5 |
| Hex | BB | CC | 33 | 8 | 0 | 4B | 14 | 43 | 3C | 32 |
| Octal | 273 | 314 | 63 | 10 | 0 | 113 | 24 | 103 | 74 | 62 |
| Binary | 10111011 | 11001100 | 110011 | 1000 | 0 | 1001011 | 10100 | 1000011 | 111100 | 110010 |
Color Harmonies of #BBCC33
Complementary color
Monochromatic Colors of #BBCC33
Black with #BBCC33
Text Example
Text Example
White with #BBCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC33; }
p { color: rgb(187,204,51); }
H1.HeaderClassName
{
color: #BBCC33;
}
.AnyTagClassName
{
color: #BBCC33;
}
</style>
background-color css
<style>
a { background-color: #BBCC33; }
a { background-color: rgb(187,204,51); }
div.DivClassName
{
background-color: #BBCC33;
}
.BgClassName
{
background-color: #BBCC33;
}
</style>
border-color css
<style>
span { border-color: #BBCC33; }
span { border-color: rgb(187,204,51); }
td.TdClassName
{
border-color: #BBCC33;
}
.TagClassName
{
border-color: #BBCC33;
}
</style>