Shades of Fuego #BACF32
Tints of Fuego #BACF32
RGB
CMYK
RGB Variations
Color information
#BACF32 (or 0xBACF32) is known color: Fuego. HEX triplet: BA, CF and 32. RGB value is (186,207,50). Sum of RGB (Red+Green+Blue) = 186+207+50=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACF32 is #4530CD. Grayscale: #B7B7B7. Windows color (decimal): -4534478 or 3329978. OLE color: 3329978.
HSL color Cylindrical-coordinate representation of color #BACF32: hue angle of 68.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BACF32 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 50 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.19 |
| HSL | 68.03º | 0.62% | 0.5% | - |
| HSV(B) | 68.03º | 0.76% | 0.81% | - |
| XYZ | 43.14 | 55.3 | 11.42 | - |
| YUV | 182.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 50 | 0.10 | 0 | 0.76 | 0.19 | 68.03 | 0.62 | 0.5 |
| Hex | BA | CF | 32 | A | 0 | 4C | 13 | 44 | 3E | 32 |
| Octal | 272 | 317 | 62 | 12 | 0 | 114 | 23 | 104 | 76 | 62 |
| Binary | 10111010 | 11001111 | 110010 | 1010 | 0 | 1001100 | 10011 | 1000100 | 111110 | 110010 |
Color Harmonies of #BACF32
Complementary color
Monochromatic Colors of #BACF32
Black with #BACF32
Text Example
Text Example
White with #BACF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF32; }
p { color: rgb(186,207,50); }
H1.HeaderClassName
{
color: #BACF32;
}
.AnyTagClassName
{
color: #BACF32;
}
</style>
background-color css
<style>
a { background-color: #BACF32; }
a { background-color: rgb(186,207,50); }
div.DivClassName
{
background-color: #BACF32;
}
.BgClassName
{
background-color: #BACF32;
}
</style>
border-color css
<style>
span { border-color: #BACF32; }
span { border-color: rgb(186,207,50); }
td.TdClassName
{
border-color: #BACF32;
}
.TagClassName
{
border-color: #BACF32;
}
</style>