Shades of Fuego #B2CB32
Tints of Fuego #B2CB32
RGB
CMYK
RGB Variations
Color information
#B2CB32 (or 0xB2CB32) is known color: Fuego. HEX triplet: B2, CB and 32. RGB value is (178,203,50). Sum of RGB (Red+Green+Blue) = 178+203+50=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB32 is #4D34CD. Grayscale: #B2B2B2. Windows color (decimal): -5059790 or 3328946. OLE color: 3328946.
HSL color Cylindrical-coordinate representation of color #B2CB32: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2CB32 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 50 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.20 |
| HSL | 69.8º | 0.6% | 0.5% | - |
| HSV(B) | 69.8º | 0.75% | 0.8% | - |
| XYZ | 40.29 | 52.41 | 11.01 | - |
| YUV | 178.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 50 | 0.12 | 0 | 0.75 | 0.20 | 69.8 | 0.6 | 0.5 |
| Hex | B2 | CB | 32 | C | 0 | 4B | 14 | 46 | 3C | 32 |
| Octal | 262 | 313 | 62 | 14 | 0 | 113 | 24 | 106 | 74 | 62 |
| Binary | 10110010 | 11001011 | 110010 | 1100 | 0 | 1001011 | 10100 | 1000110 | 111100 | 110010 |
Color Harmonies of #B2CB32
Complementary color
Monochromatic Colors of #B2CB32
Black with #B2CB32
Text Example
Text Example
White with #B2CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB32; }
p { color: rgb(178,203,50); }
H1.HeaderClassName
{
color: #B2CB32;
}
.AnyTagClassName
{
color: #B2CB32;
}
</style>
background-color css
<style>
a { background-color: #B2CB32; }
a { background-color: rgb(178,203,50); }
div.DivClassName
{
background-color: #B2CB32;
}
.BgClassName
{
background-color: #B2CB32;
}
</style>
border-color css
<style>
span { border-color: #B2CB32; }
span { border-color: rgb(178,203,50); }
td.TdClassName
{
border-color: #B2CB32;
}
.TagClassName
{
border-color: #B2CB32;
}
</style>