Shades of Fuego #B2D634
Tints of Fuego #B2D634
RGB
CMYK
RGB Variations
Color information
#B2D634 (or 0xB2D634) is known color: Fuego. HEX triplet: B2, D6 and 34. RGB value is (178,214,52). Sum of RGB (Red+Green+Blue) = 178+214+52=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D634 is #4D29CB. Grayscale: #B9B9B9. Windows color (decimal): -5056972 or 3462834. OLE color: 3462834.
HSL color Cylindrical-coordinate representation of color #B2D634: hue angle of 73.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2D634 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 52 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.16 |
| HSL | 73.33º | 0.66% | 0.52% | - |
| HSV(B) | 73.33º | 0.76% | 0.84% | - |
| XYZ | 43.03 | 57.81 | 12.14 | - |
| YUV | 184.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 52 | 0.17 | 0 | 0.76 | 0.16 | 73.33 | 0.66 | 0.52 |
| Hex | B2 | D6 | 34 | 11 | 0 | 4C | 10 | 49 | 42 | 34 |
| Octal | 262 | 326 | 64 | 21 | 0 | 114 | 20 | 111 | 102 | 64 |
| Binary | 10110010 | 11010110 | 110100 | 10001 | 0 | 1001100 | 10000 | 1001001 | 1000010 | 110100 |
Color Harmonies of #B2D634
Complementary color
Monochromatic Colors of #B2D634
Black with #B2D634
Text Example
Text Example
White with #B2D634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D634; }
p { color: rgb(178,214,52); }
H1.HeaderClassName
{
color: #B2D634;
}
.AnyTagClassName
{
color: #B2D634;
}
</style>
background-color css
<style>
a { background-color: #B2D634; }
a { background-color: rgb(178,214,52); }
div.DivClassName
{
background-color: #B2D634;
}
.BgClassName
{
background-color: #B2D634;
}
</style>
border-color css
<style>
span { border-color: #B2D634; }
span { border-color: rgb(178,214,52); }
td.TdClassName
{
border-color: #B2D634;
}
.TagClassName
{
border-color: #B2D634;
}
</style>