Shades of Fuego #B2D73B
Tints of Fuego #B2D73B
RGB
CMYK
RGB Variations
Color information
#B2D73B (or 0xB2D73B) is known color: Fuego. HEX triplet: B2, D7 and 3B. RGB value is (178,215,59). Sum of RGB (Red+Green+Blue) = 178+215+59=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D73B is #4D28C4. Grayscale: #BABABA. Windows color (decimal): -5056709 or 3921842. OLE color: 3921842.
HSL color Cylindrical-coordinate representation of color #B2D73B: hue angle of 74.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2D73B is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 59 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.16 |
| HSL | 74.23º | 0.66% | 0.54% | - |
| HSV(B) | 74.23º | 0.73% | 0.84% | - |
| XYZ | 43.45 | 58.38 | 13.12 | - |
| YUV | 186.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 59 | 0.17 | 0 | 0.73 | 0.16 | 74.23 | 0.66 | 0.54 |
| Hex | B2 | D7 | 3B | 11 | 0 | 49 | 10 | 4A | 42 | 36 |
| Octal | 262 | 327 | 73 | 21 | 0 | 111 | 20 | 112 | 102 | 66 |
| Binary | 10110010 | 11010111 | 111011 | 10001 | 0 | 1001001 | 10000 | 1001010 | 1000010 | 110110 |
Color Harmonies of #B2D73B
Complementary color
Monochromatic Colors of #B2D73B
Black with #B2D73B
Text Example
Text Example
White with #B2D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D73B; }
p { color: rgb(178,215,59); }
H1.HeaderClassName
{
color: #B2D73B;
}
.AnyTagClassName
{
color: #B2D73B;
}
</style>
background-color css
<style>
a { background-color: #B2D73B; }
a { background-color: rgb(178,215,59); }
div.DivClassName
{
background-color: #B2D73B;
}
.BgClassName
{
background-color: #B2D73B;
}
</style>
border-color css
<style>
span { border-color: #B2D73B; }
span { border-color: rgb(178,215,59); }
td.TdClassName
{
border-color: #B2D73B;
}
.TagClassName
{
border-color: #B2D73B;
}
</style>