Shades of Fuego #BACB30
Tints of Fuego #BACB30
RGB
CMYK
RGB Variations
Color information
#BACB30 (or 0xBACB30) is known color: Fuego. HEX triplet: BA, CB and 30. RGB value is (186,203,48). Sum of RGB (Red+Green+Blue) = 186+203+48=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB30 is #4534CF. Grayscale: #B4B4B4. Windows color (decimal): -4535504 or 3197882. OLE color: 3197882.
HSL color Cylindrical-coordinate representation of color #BACB30: hue angle of 66.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BACB30 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 48 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.20 |
| HSL | 66.58º | 0.62% | 0.49% | - |
| HSV(B) | 66.58º | 0.76% | 0.8% | - |
| XYZ | 42.14 | 53.36 | 10.88 | - |
| YUV | 180.25 | 53.37 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 48 | 0.08 | 0 | 0.76 | 0.20 | 66.58 | 0.62 | 0.49 |
| Hex | BA | CB | 30 | 8 | 0 | 4C | 14 | 43 | 3E | 31 |
| Octal | 272 | 313 | 60 | 10 | 0 | 114 | 24 | 103 | 76 | 61 |
| Binary | 10111010 | 11001011 | 110000 | 1000 | 0 | 1001100 | 10100 | 1000011 | 111110 | 110001 |
Color Harmonies of #BACB30
Complementary color
Monochromatic Colors of #BACB30
Black with #BACB30
Text Example
Text Example
White with #BACB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB30; }
p { color: rgb(186,203,48); }
H1.HeaderClassName
{
color: #BACB30;
}
.AnyTagClassName
{
color: #BACB30;
}
</style>
background-color css
<style>
a { background-color: #BACB30; }
a { background-color: rgb(186,203,48); }
div.DivClassName
{
background-color: #BACB30;
}
.BgClassName
{
background-color: #BACB30;
}
</style>
border-color css
<style>
span { border-color: #BACB30; }
span { border-color: rgb(186,203,48); }
td.TdClassName
{
border-color: #BACB30;
}
.TagClassName
{
border-color: #BACB30;
}
</style>