Shades of Fuego #B5CB37
Tints of Fuego #B5CB37
RGB
CMYK
RGB Variations
Color information
#B5CB37 (or 0xB5CB37) is known color: Fuego. HEX triplet: B5, CB and 37. RGB value is (181,203,55). Sum of RGB (Red+Green+Blue) = 181+203+55=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB37 is #4A34C8. Grayscale: #B4B4B4. Windows color (decimal): -4863177 or 3656629. OLE color: 3656629.
HSL color Cylindrical-coordinate representation of color #B5CB37: hue angle of 68.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5CB37 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 55 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.20 |
| HSL | 68.92º | 0.59% | 0.51% | - |
| HSV(B) | 68.92º | 0.73% | 0.8% | - |
| XYZ | 41.1 | 52.81 | 11.64 | - |
| YUV | 179.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 55 | 0.11 | 0 | 0.73 | 0.20 | 68.92 | 0.59 | 0.51 |
| Hex | B5 | CB | 37 | B | 0 | 49 | 14 | 45 | 3B | 33 |
| Octal | 265 | 313 | 67 | 13 | 0 | 111 | 24 | 105 | 73 | 63 |
| Binary | 10110101 | 11001011 | 110111 | 1011 | 0 | 1001001 | 10100 | 1000101 | 111011 | 110011 |
Color Harmonies of #B5CB37
Complementary color
Monochromatic Colors of #B5CB37
Black with #B5CB37
Text Example
Text Example
White with #B5CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB37; }
p { color: rgb(181,203,55); }
H1.HeaderClassName
{
color: #B5CB37;
}
.AnyTagClassName
{
color: #B5CB37;
}
</style>
background-color css
<style>
a { background-color: #B5CB37; }
a { background-color: rgb(181,203,55); }
div.DivClassName
{
background-color: #B5CB37;
}
.BgClassName
{
background-color: #B5CB37;
}
</style>
border-color css
<style>
span { border-color: #B5CB37; }
span { border-color: rgb(181,203,55); }
td.TdClassName
{
border-color: #B5CB37;
}
.TagClassName
{
border-color: #B5CB37;
}
</style>