Shades of Fuego #BBC83A
Tints of Fuego #BBC83A
RGB
CMYK
RGB Variations
Color information
#BBC83A (or 0xBBC83A) is known color: Fuego. HEX triplet: BB, C8 and 3A. RGB value is (187,200,58). Sum of RGB (Red+Green+Blue) = 187+200+58=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC83A is #4437C5. Grayscale: #B4B4B4. Windows color (decimal): -4470726 or 3852475. OLE color: 3852475.
HSL color Cylindrical-coordinate representation of color #BBC83A: hue angle of 65.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBC83A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 58 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.22 |
| HSL | 65.49º | 0.56% | 0.51% | - |
| HSV(B) | 65.49º | 0.71% | 0.78% | - |
| XYZ | 41.91 | 52.18 | 11.87 | - |
| YUV | 179.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 58 | 0.06 | 0 | 0.71 | 0.22 | 65.49 | 0.56 | 0.51 |
| Hex | BB | C8 | 3A | 6 | 0 | 47 | 16 | 41 | 38 | 33 |
| Octal | 273 | 310 | 72 | 6 | 0 | 107 | 26 | 101 | 70 | 63 |
| Binary | 10111011 | 11001000 | 111010 | 110 | 0 | 1000111 | 10110 | 1000001 | 111000 | 110011 |
Color Harmonies of #BBC83A
Complementary color
Monochromatic Colors of #BBC83A
Black with #BBC83A
Text Example
Text Example
White with #BBC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC83A; }
p { color: rgb(187,200,58); }
H1.HeaderClassName
{
color: #BBC83A;
}
.AnyTagClassName
{
color: #BBC83A;
}
</style>
background-color css
<style>
a { background-color: #BBC83A; }
a { background-color: rgb(187,200,58); }
div.DivClassName
{
background-color: #BBC83A;
}
.BgClassName
{
background-color: #BBC83A;
}
</style>
border-color css
<style>
span { border-color: #BBC83A; }
span { border-color: rgb(187,200,58); }
td.TdClassName
{
border-color: #BBC83A;
}
.TagClassName
{
border-color: #BBC83A;
}
</style>