Shades of Fuego #B1D234
Tints of Fuego #B1D234
RGB
CMYK
RGB Variations
Color information
#B1D234 (or 0xB1D234) is known color: Fuego. HEX triplet: B1, D2 and 34. RGB value is (177,210,52). Sum of RGB (Red+Green+Blue) = 177+210+52=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D234 is #4E2DCB. Grayscale: #B6B6B6. Windows color (decimal): -5123532 or 3461809. OLE color: 3461809.
HSL color Cylindrical-coordinate representation of color #B1D234: hue angle of 72.53º 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 #B1D234 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 52 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.18 |
| HSL | 72.53º | 0.64% | 0.51% | - |
| HSV(B) | 72.53º | 0.75% | 0.82% | - |
| XYZ | 41.8 | 55.69 | 11.79 | - |
| YUV | 182.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 52 | 0.16 | 0 | 0.75 | 0.18 | 72.53 | 0.64 | 0.51 |
| Hex | B1 | D2 | 34 | 10 | 0 | 4B | 12 | 49 | 40 | 33 |
| Octal | 261 | 322 | 64 | 20 | 0 | 113 | 22 | 111 | 100 | 63 |
| Binary | 10110001 | 11010010 | 110100 | 10000 | 0 | 1001011 | 10010 | 1001001 | 1000000 | 110011 |
Color Harmonies of #B1D234
Complementary color
Monochromatic Colors of #B1D234
Black with #B1D234
Text Example
Text Example
White with #B1D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D234; }
p { color: rgb(177,210,52); }
H1.HeaderClassName
{
color: #B1D234;
}
.AnyTagClassName
{
color: #B1D234;
}
</style>
background-color css
<style>
a { background-color: #B1D234; }
a { background-color: rgb(177,210,52); }
div.DivClassName
{
background-color: #B1D234;
}
.BgClassName
{
background-color: #B1D234;
}
</style>
border-color css
<style>
span { border-color: #B1D234; }
span { border-color: rgb(177,210,52); }
td.TdClassName
{
border-color: #B1D234;
}
.TagClassName
{
border-color: #B1D234;
}
</style>