Shades of Fuego #BACB28
Tints of Fuego #BACB28
RGB
CMYK
RGB Variations
Color information
#BACB28 (or 0xBACB28) is known color: Fuego. HEX triplet: BA, CB and 28. RGB value is (186,203,40). Sum of RGB (Red+Green+Blue) = 186+203+40=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB28 is #4534D7. Grayscale: #B3B3B3. Windows color (decimal): -4535512 or 2673594. OLE color: 2673594.
HSL color Cylindrical-coordinate representation of color #BACB28: 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 #BACB28 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 40 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.20 |
| HSL | 66.26º | 0.67% | 0.48% | - |
| HSV(B) | 66.26º | 0.8% | 0.8% | - |
| XYZ | 41.99 | 53.3 | 10.08 | - |
| YUV | 179.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 40 | 0.08 | 0 | 0.80 | 0.20 | 66.26 | 0.67 | 0.48 |
| Hex | BA | CB | 28 | 8 | 0 | 50 | 14 | 42 | 43 | 30 |
| Octal | 272 | 313 | 50 | 10 | 0 | 120 | 24 | 102 | 103 | 60 |
| Binary | 10111010 | 11001011 | 101000 | 1000 | 0 | 1010000 | 10100 | 1000010 | 1000011 | 110000 |
Color Harmonies of #BACB28
Complementary color
Monochromatic Colors of #BACB28
Black with #BACB28
Text Example
Text Example
White with #BACB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB28; }
p { color: rgb(186,203,40); }
H1.HeaderClassName
{
color: #BACB28;
}
.AnyTagClassName
{
color: #BACB28;
}
</style>
background-color css
<style>
a { background-color: #BACB28; }
a { background-color: rgb(186,203,40); }
div.DivClassName
{
background-color: #BACB28;
}
.BgClassName
{
background-color: #BACB28;
}
</style>
border-color css
<style>
span { border-color: #BACB28; }
span { border-color: rgb(186,203,40); }
td.TdClassName
{
border-color: #BACB28;
}
.TagClassName
{
border-color: #BACB28;
}
</style>