Shades of Fuego #B6CE37
Tints of Fuego #B6CE37
RGB
CMYK
RGB Variations
Color information
#B6CE37 (or 0xB6CE37) is known color: Fuego. HEX triplet: B6, CE and 37. RGB value is (182,206,55). Sum of RGB (Red+Green+Blue) = 182+206+55=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CE37 is #4931C8. Grayscale: #B6B6B6. Windows color (decimal): -4796873 or 3657398. OLE color: 3657398.
HSL color Cylindrical-coordinate representation of color #B6CE37: hue angle of 69.54º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6CE37 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 55 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.19 |
| HSL | 69.54º | 0.61% | 0.51% | - |
| HSV(B) | 69.54º | 0.73% | 0.81% | - |
| XYZ | 42.05 | 54.36 | 11.89 | - |
| YUV | 181.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 55 | 0.12 | 0 | 0.73 | 0.19 | 69.54 | 0.61 | 0.51 |
| Hex | B6 | CE | 37 | C | 0 | 49 | 13 | 46 | 3D | 33 |
| Octal | 266 | 316 | 67 | 14 | 0 | 111 | 23 | 106 | 75 | 63 |
| Binary | 10110110 | 11001110 | 110111 | 1100 | 0 | 1001001 | 10011 | 1000110 | 111101 | 110011 |
Color Harmonies of #B6CE37
Complementary color
Monochromatic Colors of #B6CE37
Black with #B6CE37
Text Example
Text Example
White with #B6CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE37; }
p { color: rgb(182,206,55); }
H1.HeaderClassName
{
color: #B6CE37;
}
.AnyTagClassName
{
color: #B6CE37;
}
</style>
background-color css
<style>
a { background-color: #B6CE37; }
a { background-color: rgb(182,206,55); }
div.DivClassName
{
background-color: #B6CE37;
}
.BgClassName
{
background-color: #B6CE37;
}
</style>
border-color css
<style>
span { border-color: #B6CE37; }
span { border-color: rgb(182,206,55); }
td.TdClassName
{
border-color: #B6CE37;
}
.TagClassName
{
border-color: #B6CE37;
}
</style>