Shades of Fuego #B2CB39
Tints of Fuego #B2CB39
RGB
CMYK
RGB Variations
Color information
#B2CB39 (or 0xB2CB39) is known color: Fuego. HEX triplet: B2, CB and 39. RGB value is (178,203,57). Sum of RGB (Red+Green+Blue) = 178+203+57=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB39 is #4D34C6. Grayscale: #B3B3B3. Windows color (decimal): -5059783 or 3787698. OLE color: 3787698.
HSL color Cylindrical-coordinate representation of color #B2CB39: hue angle of 70.27º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2CB39 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 57 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.20 |
| HSL | 70.27º | 0.58% | 0.51% | - |
| HSV(B) | 70.27º | 0.72% | 0.8% | - |
| XYZ | 40.45 | 52.47 | 11.87 | - |
| YUV | 178.88 | 59.22 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 57 | 0.12 | 0 | 0.72 | 0.20 | 70.27 | 0.58 | 0.51 |
| Hex | B2 | CB | 39 | C | 0 | 48 | 14 | 46 | 3A | 33 |
| Octal | 262 | 313 | 71 | 14 | 0 | 110 | 24 | 106 | 72 | 63 |
| Binary | 10110010 | 11001011 | 111001 | 1100 | 0 | 1001000 | 10100 | 1000110 | 111010 | 110011 |
Color Harmonies of #B2CB39
Complementary color
Monochromatic Colors of #B2CB39
Black with #B2CB39
Text Example
Text Example
White with #B2CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB39; }
p { color: rgb(178,203,57); }
H1.HeaderClassName
{
color: #B2CB39;
}
.AnyTagClassName
{
color: #B2CB39;
}
</style>
background-color css
<style>
a { background-color: #B2CB39; }
a { background-color: rgb(178,203,57); }
div.DivClassName
{
background-color: #B2CB39;
}
.BgClassName
{
background-color: #B2CB39;
}
</style>
border-color css
<style>
span { border-color: #B2CB39; }
span { border-color: rgb(178,203,57); }
td.TdClassName
{
border-color: #B2CB39;
}
.TagClassName
{
border-color: #B2CB39;
}
</style>