Shades of Fuego #BBCC29
Tints of Fuego #BBCC29
RGB
CMYK
RGB Variations
Color information
#BBCC29 (or 0xBBCC29) is known color: Fuego. HEX triplet: BB, CC and 29. RGB value is (187,204,41). Sum of RGB (Red+Green+Blue) = 187+204+41=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC29 is #4433D6. Grayscale: #B4B4B4. Windows color (decimal): -4469719 or 2739387. OLE color: 2739387.
HSL color Cylindrical-coordinate representation of color #BBCC29: hue angle of 66.26º degrees, saturation: 0.67, 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 #BBCC29 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 41 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.2 |
| HSL | 66.26º | 0.67% | 0.48% | - |
| HSV(B) | 66.26º | 0.8% | 0.8% | - |
| XYZ | 42.49 | 53.91 | 10.26 | - |
| YUV | 180.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 41 | 0.08 | 0 | 0.80 | 0.2 | 66.26 | 0.67 | 0.48 |
| Hex | BB | CC | 29 | 8 | 0 | 50 | 14 | 42 | 43 | 30 |
| Octal | 273 | 314 | 51 | 10 | 0 | 120 | 24 | 102 | 103 | 60 |
| Binary | 10111011 | 11001100 | 101001 | 1000 | 0 | 1010000 | 10100 | 1000010 | 1000011 | 110000 |
Color Harmonies of #BBCC29
Complementary color
Monochromatic Colors of #BBCC29
Black with #BBCC29
Text Example
Text Example
White with #BBCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC29; }
p { color: rgb(187,204,41); }
H1.HeaderClassName
{
color: #BBCC29;
}
.AnyTagClassName
{
color: #BBCC29;
}
</style>
background-color css
<style>
a { background-color: #BBCC29; }
a { background-color: rgb(187,204,41); }
div.DivClassName
{
background-color: #BBCC29;
}
.BgClassName
{
background-color: #BBCC29;
}
</style>
border-color css
<style>
span { border-color: #BBCC29; }
span { border-color: rgb(187,204,41); }
td.TdClassName
{
border-color: #BBCC29;
}
.TagClassName
{
border-color: #BBCC29;
}
</style>