Shades of Fuego #B2D736
Tints of Fuego #B2D736
RGB
CMYK
RGB Variations
Color information
#B2D736 (or 0xB2D736) is known color: Fuego. HEX triplet: B2, D7 and 36. RGB value is (178,215,54). Sum of RGB (Red+Green+Blue) = 178+215+54=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D736 is #4D28C9. Grayscale: #BABABA. Windows color (decimal): -5056714 or 3594162. OLE color: 3594162.
HSL color Cylindrical-coordinate representation of color #B2D736: hue angle of 73.79º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2D736 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 54 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.16 |
| HSL | 73.79º | 0.67% | 0.53% | - |
| HSV(B) | 73.79º | 0.75% | 0.84% | - |
| XYZ | 43.33 | 58.33 | 12.47 | - |
| YUV | 185.58 | 53.74 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 54 | 0.17 | 0 | 0.75 | 0.16 | 73.79 | 0.67 | 0.53 |
| Hex | B2 | D7 | 36 | 11 | 0 | 4B | 10 | 4A | 43 | 35 |
| Octal | 262 | 327 | 66 | 21 | 0 | 113 | 20 | 112 | 103 | 65 |
| Binary | 10110010 | 11010111 | 110110 | 10001 | 0 | 1001011 | 10000 | 1001010 | 1000011 | 110101 |
Color Harmonies of #B2D736
Complementary color
Monochromatic Colors of #B2D736
Black with #B2D736
Text Example
Text Example
White with #B2D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D736; }
p { color: rgb(178,215,54); }
H1.HeaderClassName
{
color: #B2D736;
}
.AnyTagClassName
{
color: #B2D736;
}
</style>
background-color css
<style>
a { background-color: #B2D736; }
a { background-color: rgb(178,215,54); }
div.DivClassName
{
background-color: #B2D736;
}
.BgClassName
{
background-color: #B2D736;
}
</style>
border-color css
<style>
span { border-color: #B2D736; }
span { border-color: rgb(178,215,54); }
td.TdClassName
{
border-color: #B2D736;
}
.TagClassName
{
border-color: #B2D736;
}
</style>