Shades of Fuego #B2D234
Tints of Fuego #B2D234
RGB
CMYK
RGB Variations
Color information
#B2D234 (or 0xB2D234) is known color: Fuego. HEX triplet: B2, D2 and 34. RGB value is (178,210,52). Sum of RGB (Red+Green+Blue) = 178+210+52=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D234 is #4D2DCB. Grayscale: #B7B7B7. Windows color (decimal): -5057996 or 3461810. OLE color: 3461810.
HSL color Cylindrical-coordinate representation of color #B2D234: hue angle of 72.15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2D234 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 52 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.18 |
| HSL | 72.15º | 0.64% | 0.51% | - |
| HSV(B) | 72.15º | 0.75% | 0.82% | - |
| XYZ | 42.03 | 55.81 | 11.81 | - |
| YUV | 182.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 52 | 0.15 | 0 | 0.75 | 0.18 | 72.15 | 0.64 | 0.51 |
| Hex | B2 | D2 | 34 | F | 0 | 4B | 12 | 48 | 40 | 33 |
| Octal | 262 | 322 | 64 | 17 | 0 | 113 | 22 | 110 | 100 | 63 |
| Binary | 10110010 | 11010010 | 110100 | 1111 | 0 | 1001011 | 10010 | 1001000 | 1000000 | 110011 |
Color Harmonies of #B2D234
Complementary color
Monochromatic Colors of #B2D234
Black with #B2D234
Text Example
Text Example
White with #B2D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D234; }
p { color: rgb(178,210,52); }
H1.HeaderClassName
{
color: #B2D234;
}
.AnyTagClassName
{
color: #B2D234;
}
</style>
background-color css
<style>
a { background-color: #B2D234; }
a { background-color: rgb(178,210,52); }
div.DivClassName
{
background-color: #B2D234;
}
.BgClassName
{
background-color: #B2D234;
}
</style>
border-color css
<style>
span { border-color: #B2D234; }
span { border-color: rgb(178,210,52); }
td.TdClassName
{
border-color: #B2D234;
}
.TagClassName
{
border-color: #B2D234;
}
</style>