Shades of Fuego #BBCC34
Tints of Fuego #BBCC34
RGB
CMYK
RGB Variations
Color information
#BBCC34 (or 0xBBCC34) is known color: Fuego. HEX triplet: BB, CC and 34. RGB value is (187,204,52). Sum of RGB (Red+Green+Blue) = 187+204+52=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC34 is #4433CB. Grayscale: #B6B6B6. Windows color (decimal): -4469708 or 3460283. OLE color: 3460283.
HSL color Cylindrical-coordinate representation of color #BBCC34: hue angle of 66.71º 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 #BBCC34 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 52 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.2 |
| HSL | 66.71º | 0.6% | 0.5% | - |
| HSV(B) | 66.71º | 0.75% | 0.8% | - |
| XYZ | 42.71 | 54 | 11.42 | - |
| YUV | 181.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 52 | 0.08 | 0 | 0.75 | 0.2 | 66.71 | 0.6 | 0.5 |
| Hex | BB | CC | 34 | 8 | 0 | 4B | 14 | 43 | 3C | 32 |
| Octal | 273 | 314 | 64 | 10 | 0 | 113 | 24 | 103 | 74 | 62 |
| Binary | 10111011 | 11001100 | 110100 | 1000 | 0 | 1001011 | 10100 | 1000011 | 111100 | 110010 |
Color Harmonies of #BBCC34
Complementary color
Monochromatic Colors of #BBCC34
Black with #BBCC34
Text Example
Text Example
White with #BBCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC34; }
p { color: rgb(187,204,52); }
H1.HeaderClassName
{
color: #BBCC34;
}
.AnyTagClassName
{
color: #BBCC34;
}
</style>
background-color css
<style>
a { background-color: #BBCC34; }
a { background-color: rgb(187,204,52); }
div.DivClassName
{
background-color: #BBCC34;
}
.BgClassName
{
background-color: #BBCC34;
}
</style>
border-color css
<style>
span { border-color: #BBCC34; }
span { border-color: rgb(187,204,52); }
td.TdClassName
{
border-color: #BBCC34;
}
.TagClassName
{
border-color: #BBCC34;
}
</style>