Shades of Fuego #B6C938
Tints of Fuego #B6C938
RGB
CMYK
RGB Variations
Color information
#B6C938 (or 0xB6C938) is known color: Fuego. HEX triplet: B6, C9 and 38. RGB value is (182,201,56). Sum of RGB (Red+Green+Blue) = 182+201+56=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C938 is #4936C7. Grayscale: #B3B3B3. Windows color (decimal): -4798152 or 3721654. OLE color: 3721654.
HSL color Cylindrical-coordinate representation of color #B6C938: hue angle of 67.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6C938 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 56 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.21 |
| HSL | 67.86º | 0.57% | 0.5% | - |
| HSV(B) | 67.86º | 0.72% | 0.79% | - |
| XYZ | 40.89 | 52 | 11.62 | - |
| YUV | 178.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 56 | 0.09 | 0 | 0.72 | 0.21 | 67.86 | 0.57 | 0.5 |
| Hex | B6 | C9 | 38 | 9 | 0 | 48 | 15 | 44 | 39 | 32 |
| Octal | 266 | 311 | 70 | 11 | 0 | 110 | 25 | 104 | 71 | 62 |
| Binary | 10110110 | 11001001 | 111000 | 1001 | 0 | 1001000 | 10101 | 1000100 | 111001 | 110010 |
Color Harmonies of #B6C938
Complementary color
Monochromatic Colors of #B6C938
Black with #B6C938
Text Example
Text Example
White with #B6C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C938; }
p { color: rgb(182,201,56); }
H1.HeaderClassName
{
color: #B6C938;
}
.AnyTagClassName
{
color: #B6C938;
}
</style>
background-color css
<style>
a { background-color: #B6C938; }
a { background-color: rgb(182,201,56); }
div.DivClassName
{
background-color: #B6C938;
}
.BgClassName
{
background-color: #B6C938;
}
</style>
border-color css
<style>
span { border-color: #B6C938; }
span { border-color: rgb(182,201,56); }
td.TdClassName
{
border-color: #B6C938;
}
.TagClassName
{
border-color: #B6C938;
}
</style>