Shades of Fuego #B0CA36
Tints of Fuego #B0CA36
RGB
CMYK
RGB Variations
Color information
#B0CA36 (or 0xB0CA36) is known color: Fuego. HEX triplet: B0, CA and 36. RGB value is (176,202,54). Sum of RGB (Red+Green+Blue) = 176+202+54=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA36 is #4F35C9. Grayscale: #B1B1B1. Windows color (decimal): -5191114 or 3590832. OLE color: 3590832.
HSL color Cylindrical-coordinate representation of color #B0CA36: hue angle of 70.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0CA36 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 54 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.21 |
| HSL | 70.54º | 0.58% | 0.5% | - |
| HSV(B) | 70.54º | 0.73% | 0.79% | - |
| XYZ | 39.69 | 51.74 | 11.38 | - |
| YUV | 177.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 54 | 0.13 | 0 | 0.73 | 0.21 | 70.54 | 0.58 | 0.5 |
| Hex | B0 | CA | 36 | D | 0 | 49 | 15 | 47 | 3A | 32 |
| Octal | 260 | 312 | 66 | 15 | 0 | 111 | 25 | 107 | 72 | 62 |
| Binary | 10110000 | 11001010 | 110110 | 1101 | 0 | 1001001 | 10101 | 1000111 | 111010 | 110010 |
Color Harmonies of #B0CA36
Complementary color
Monochromatic Colors of #B0CA36
Black with #B0CA36
Text Example
Text Example
White with #B0CA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA36; }
p { color: rgb(176,202,54); }
H1.HeaderClassName
{
color: #B0CA36;
}
.AnyTagClassName
{
color: #B0CA36;
}
</style>
background-color css
<style>
a { background-color: #B0CA36; }
a { background-color: rgb(176,202,54); }
div.DivClassName
{
background-color: #B0CA36;
}
.BgClassName
{
background-color: #B0CA36;
}
</style>
border-color css
<style>
span { border-color: #B0CA36; }
span { border-color: rgb(176,202,54); }
td.TdClassName
{
border-color: #B0CA36;
}
.TagClassName
{
border-color: #B0CA36;
}
</style>