Shades of Fuego #BACC34
Tints of Fuego #BACC34
RGB
CMYK
RGB Variations
Color information
#BACC34 (or 0xBACC34) is known color: Fuego. HEX triplet: BA, CC and 34. RGB value is (186,204,52). Sum of RGB (Red+Green+Blue) = 186+204+52=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC34 is #4533CB. Grayscale: #B5B5B5. Windows color (decimal): -4535244 or 3460282. OLE color: 3460282.
HSL color Cylindrical-coordinate representation of color #BACC34: hue angle of 67.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BACC34 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 52 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.2 |
| HSL | 67.11º | 0.6% | 0.5% | - |
| HSV(B) | 67.11º | 0.75% | 0.8% | - |
| XYZ | 42.46 | 53.87 | 11.41 | - |
| YUV | 181.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 52 | 0.09 | 0 | 0.75 | 0.2 | 67.11 | 0.6 | 0.5 |
| Hex | BA | CC | 34 | 9 | 0 | 4B | 14 | 43 | 3C | 32 |
| Octal | 272 | 314 | 64 | 11 | 0 | 113 | 24 | 103 | 74 | 62 |
| Binary | 10111010 | 11001100 | 110100 | 1001 | 0 | 1001011 | 10100 | 1000011 | 111100 | 110010 |
Color Harmonies of #BACC34
Complementary color
Monochromatic Colors of #BACC34
Black with #BACC34
Text Example
Text Example
White with #BACC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC34; }
p { color: rgb(186,204,52); }
H1.HeaderClassName
{
color: #BACC34;
}
.AnyTagClassName
{
color: #BACC34;
}
</style>
background-color css
<style>
a { background-color: #BACC34; }
a { background-color: rgb(186,204,52); }
div.DivClassName
{
background-color: #BACC34;
}
.BgClassName
{
background-color: #BACC34;
}
</style>
border-color css
<style>
span { border-color: #BACC34; }
span { border-color: rgb(186,204,52); }
td.TdClassName
{
border-color: #BACC34;
}
.TagClassName
{
border-color: #BACC34;
}
</style>