Shades of Fuego #B6C92C
Tints of Fuego #B6C92C
RGB
CMYK
RGB Variations
Color information
#B6C92C (or 0xB6C92C) is known color: Fuego. HEX triplet: B6, C9 and 2C. RGB value is (182,201,44). Sum of RGB (Red+Green+Blue) = 182+201+44=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C92C is #4936D3. Grayscale: #B2B2B2. Windows color (decimal): -4798164 or 2935222. OLE color: 2935222.
HSL color Cylindrical-coordinate representation of color #B6C92C: hue angle of 67.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6C92C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 44 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.21 |
| HSL | 67.26º | 0.64% | 0.48% | - |
| HSV(B) | 67.26º | 0.78% | 0.79% | - |
| XYZ | 40.63 | 51.9 | 10.26 | - |
| YUV | 177.42 | 52.71 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 44 | 0.09 | 0 | 0.78 | 0.21 | 67.26 | 0.64 | 0.48 |
| Hex | B6 | C9 | 2C | 9 | 0 | 4E | 15 | 43 | 40 | 30 |
| Octal | 266 | 311 | 54 | 11 | 0 | 116 | 25 | 103 | 100 | 60 |
| Binary | 10110110 | 11001001 | 101100 | 1001 | 0 | 1001110 | 10101 | 1000011 | 1000000 | 110000 |
Color Harmonies of #B6C92C
Complementary color
Monochromatic Colors of #B6C92C
Black with #B6C92C
Text Example
Text Example
White with #B6C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C92C; }
p { color: rgb(182,201,44); }
H1.HeaderClassName
{
color: #B6C92C;
}
.AnyTagClassName
{
color: #B6C92C;
}
</style>
background-color css
<style>
a { background-color: #B6C92C; }
a { background-color: rgb(182,201,44); }
div.DivClassName
{
background-color: #B6C92C;
}
.BgClassName
{
background-color: #B6C92C;
}
</style>
border-color css
<style>
span { border-color: #B6C92C; }
span { border-color: rgb(182,201,44); }
td.TdClassName
{
border-color: #B6C92C;
}
.TagClassName
{
border-color: #B6C92C;
}
</style>