Shades of Fuego #BAC933
Tints of Fuego #BAC933
RGB
CMYK
RGB Variations
Color information
#BAC933 (or 0xBAC933) is known color: Fuego. HEX triplet: BA, C9 and 33. RGB value is (186,201,51). Sum of RGB (Red+Green+Blue) = 186+201+51=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC933 is #4536CC. Grayscale: #B4B4B4. Windows color (decimal): -4536013 or 3393978. OLE color: 3393978.
HSL color Cylindrical-coordinate representation of color #BAC933: hue angle of 66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAC933 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 51 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.21 |
| HSL | 66º | 0.6% | 0.49% | - |
| HSV(B) | 66º | 0.75% | 0.79% | - |
| XYZ | 41.73 | 52.45 | 11.06 | - |
| YUV | 179.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 51 | 0.07 | 0 | 0.75 | 0.21 | 66 | 0.6 | 0.49 |
| Hex | BA | C9 | 33 | 7 | 0 | 4B | 15 | 42 | 3C | 31 |
| Octal | 272 | 311 | 63 | 7 | 0 | 113 | 25 | 102 | 74 | 61 |
| Binary | 10111010 | 11001001 | 110011 | 111 | 0 | 1001011 | 10101 | 1000010 | 111100 | 110001 |
Color Harmonies of #BAC933
Complementary color
Monochromatic Colors of #BAC933
Black with #BAC933
Text Example
Text Example
White with #BAC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC933; }
p { color: rgb(186,201,51); }
H1.HeaderClassName
{
color: #BAC933;
}
.AnyTagClassName
{
color: #BAC933;
}
</style>
background-color css
<style>
a { background-color: #BAC933; }
a { background-color: rgb(186,201,51); }
div.DivClassName
{
background-color: #BAC933;
}
.BgClassName
{
background-color: #BAC933;
}
</style>
border-color css
<style>
span { border-color: #BAC933; }
span { border-color: rgb(186,201,51); }
td.TdClassName
{
border-color: #BAC933;
}
.TagClassName
{
border-color: #BAC933;
}
</style>