Shades of Fuego #B6C934
Tints of Fuego #B6C934
RGB
CMYK
RGB Variations
Color information
#B6C934 (or 0xB6C934) is known color: Fuego. HEX triplet: B6, C9 and 34. RGB value is (182,201,52). Sum of RGB (Red+Green+Blue) = 182+201+52=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C934 is #4936CB. Grayscale: #B2B2B2. Windows color (decimal): -4798156 or 3459510. OLE color: 3459510.
HSL color Cylindrical-coordinate representation of color #B6C934: hue angle of 67.65º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6C934 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 52 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.21 |
| HSL | 67.65º | 0.59% | 0.5% | - |
| HSV(B) | 67.65º | 0.74% | 0.79% | - |
| XYZ | 40.8 | 51.97 | 11.13 | - |
| YUV | 178.33 | 56.71 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 52 | 0.09 | 0 | 0.74 | 0.21 | 67.65 | 0.59 | 0.5 |
| Hex | B6 | C9 | 34 | 9 | 0 | 4A | 15 | 44 | 3B | 32 |
| Octal | 266 | 311 | 64 | 11 | 0 | 112 | 25 | 104 | 73 | 62 |
| Binary | 10110110 | 11001001 | 110100 | 1001 | 0 | 1001010 | 10101 | 1000100 | 111011 | 110010 |
Color Harmonies of #B6C934
Complementary color
Monochromatic Colors of #B6C934
Black with #B6C934
Text Example
Text Example
White with #B6C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C934; }
p { color: rgb(182,201,52); }
H1.HeaderClassName
{
color: #B6C934;
}
.AnyTagClassName
{
color: #B6C934;
}
</style>
background-color css
<style>
a { background-color: #B6C934; }
a { background-color: rgb(182,201,52); }
div.DivClassName
{
background-color: #B6C934;
}
.BgClassName
{
background-color: #B6C934;
}
</style>
border-color css
<style>
span { border-color: #B6C934; }
span { border-color: rgb(182,201,52); }
td.TdClassName
{
border-color: #B6C934;
}
.TagClassName
{
border-color: #B6C934;
}
</style>