Shades of Fuego #B6CE32
Tints of Fuego #B6CE32
RGB
CMYK
RGB Variations
Color information
#B6CE32 (or 0xB6CE32) is known color: Fuego. HEX triplet: B6, CE and 32. RGB value is (182,206,50). Sum of RGB (Red+Green+Blue) = 182+206+50=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CE32 is #4931CD. Grayscale: #B5B5B5. Windows color (decimal): -4796878 or 3329718. OLE color: 3329718.
HSL color Cylindrical-coordinate representation of color #B6CE32: hue angle of 69.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6CE32 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 50 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.19 |
| HSL | 69.23º | 0.61% | 0.5% | - |
| HSV(B) | 69.23º | 0.76% | 0.81% | - |
| XYZ | 41.94 | 54.32 | 11.29 | - |
| YUV | 181.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 50 | 0.12 | 0 | 0.76 | 0.19 | 69.23 | 0.61 | 0.5 |
| Hex | B6 | CE | 32 | C | 0 | 4C | 13 | 45 | 3D | 32 |
| Octal | 266 | 316 | 62 | 14 | 0 | 114 | 23 | 105 | 75 | 62 |
| Binary | 10110110 | 11001110 | 110010 | 1100 | 0 | 1001100 | 10011 | 1000101 | 111101 | 110010 |
Color Harmonies of #B6CE32
Complementary color
Monochromatic Colors of #B6CE32
Black with #B6CE32
Text Example
Text Example
White with #B6CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE32; }
p { color: rgb(182,206,50); }
H1.HeaderClassName
{
color: #B6CE32;
}
.AnyTagClassName
{
color: #B6CE32;
}
</style>
background-color css
<style>
a { background-color: #B6CE32; }
a { background-color: rgb(182,206,50); }
div.DivClassName
{
background-color: #B6CE32;
}
.BgClassName
{
background-color: #B6CE32;
}
</style>
border-color css
<style>
span { border-color: #B6CE32; }
span { border-color: rgb(182,206,50); }
td.TdClassName
{
border-color: #B6CE32;
}
.TagClassName
{
border-color: #B6CE32;
}
</style>