Shades of Fuego #B2CC36
Tints of Fuego #B2CC36
RGB
CMYK
RGB Variations
Color information
#B2CC36 (or 0xB2CC36) is known color: Fuego. HEX triplet: B2, CC and 36. RGB value is (178,204,54). Sum of RGB (Red+Green+Blue) = 178+204+54=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC36 is #4D33C9. Grayscale: #B3B3B3. Windows color (decimal): -5059530 or 3591346. OLE color: 3591346.
HSL color Cylindrical-coordinate representation of color #B2CC36: hue angle of 70.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2CC36 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 54 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.2 |
| HSL | 70.4º | 0.6% | 0.51% | - |
| HSV(B) | 70.4º | 0.74% | 0.8% | - |
| XYZ | 40.62 | 52.92 | 11.56 | - |
| YUV | 179.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 54 | 0.13 | 0 | 0.74 | 0.2 | 70.4 | 0.6 | 0.51 |
| Hex | B2 | CC | 36 | D | 0 | 4A | 14 | 46 | 3C | 33 |
| Octal | 262 | 314 | 66 | 15 | 0 | 112 | 24 | 106 | 74 | 63 |
| Binary | 10110010 | 11001100 | 110110 | 1101 | 0 | 1001010 | 10100 | 1000110 | 111100 | 110011 |
Color Harmonies of #B2CC36
Complementary color
Monochromatic Colors of #B2CC36
Black with #B2CC36
Text Example
Text Example
White with #B2CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC36; }
p { color: rgb(178,204,54); }
H1.HeaderClassName
{
color: #B2CC36;
}
.AnyTagClassName
{
color: #B2CC36;
}
</style>
background-color css
<style>
a { background-color: #B2CC36; }
a { background-color: rgb(178,204,54); }
div.DivClassName
{
background-color: #B2CC36;
}
.BgClassName
{
background-color: #B2CC36;
}
</style>
border-color css
<style>
span { border-color: #B2CC36; }
span { border-color: rgb(178,204,54); }
td.TdClassName
{
border-color: #B2CC36;
}
.TagClassName
{
border-color: #B2CC36;
}
</style>