Shades of Fuego #BBCC2B
Tints of Fuego #BBCC2B
RGB
CMYK
RGB Variations
Color information
#BBCC2B (or 0xBBCC2B) is known color: Fuego. HEX triplet: BB, CC and 2B. RGB value is (187,204,43). Sum of RGB (Red+Green+Blue) = 187+204+43=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC2B is #4433D4. Grayscale: #B5B5B5. Windows color (decimal): -4469717 or 2870459. OLE color: 2870459.
HSL color Cylindrical-coordinate representation of color #BBCC2B: hue angle of 66.34º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBCC2B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 43 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.2 |
| HSL | 66.34º | 0.65% | 0.48% | - |
| HSV(B) | 66.34º | 0.79% | 0.8% | - |
| XYZ | 42.52 | 53.92 | 10.45 | - |
| YUV | 180.56 | 50.37 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 43 | 0.08 | 0 | 0.79 | 0.2 | 66.34 | 0.65 | 0.48 |
| Hex | BB | CC | 2B | 8 | 0 | 4F | 14 | 42 | 41 | 30 |
| Octal | 273 | 314 | 53 | 10 | 0 | 117 | 24 | 102 | 101 | 60 |
| Binary | 10111011 | 11001100 | 101011 | 1000 | 0 | 1001111 | 10100 | 1000010 | 1000001 | 110000 |
Color Harmonies of #BBCC2B
Complementary color
Monochromatic Colors of #BBCC2B
Black with #BBCC2B
Text Example
Text Example
White with #BBCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC2B; }
p { color: rgb(187,204,43); }
H1.HeaderClassName
{
color: #BBCC2B;
}
.AnyTagClassName
{
color: #BBCC2B;
}
</style>
background-color css
<style>
a { background-color: #BBCC2B; }
a { background-color: rgb(187,204,43); }
div.DivClassName
{
background-color: #BBCC2B;
}
.BgClassName
{
background-color: #BBCC2B;
}
</style>
border-color css
<style>
span { border-color: #BBCC2B; }
span { border-color: rgb(187,204,43); }
td.TdClassName
{
border-color: #BBCC2B;
}
.TagClassName
{
border-color: #BBCC2B;
}
</style>