Shades of Fuego #B5C92C
Tints of Fuego #B5C92C
RGB
CMYK
RGB Variations
Color information
#B5C92C (or 0xB5C92C) is known color: Fuego. HEX triplet: B5, C9 and 2C. RGB value is (181,201,44). Sum of RGB (Red+Green+Blue) = 181+201+44=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C92C is #4A36D3. Grayscale: #B1B1B1. Windows color (decimal): -4863700 or 2935221. OLE color: 2935221.
HSL color Cylindrical-coordinate representation of color #B5C92C: hue angle of 67.64º 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 #B5C92C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 44 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.21 |
| HSL | 67.64º | 0.64% | 0.48% | - |
| HSV(B) | 67.64º | 0.78% | 0.79% | - |
| XYZ | 40.4 | 51.78 | 10.25 | - |
| YUV | 177.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 44 | 0.10 | 0 | 0.78 | 0.21 | 67.64 | 0.64 | 0.48 |
| Hex | B5 | C9 | 2C | A | 0 | 4E | 15 | 44 | 40 | 30 |
| Octal | 265 | 311 | 54 | 12 | 0 | 116 | 25 | 104 | 100 | 60 |
| Binary | 10110101 | 11001001 | 101100 | 1010 | 0 | 1001110 | 10101 | 1000100 | 1000000 | 110000 |
Color Harmonies of #B5C92C
Complementary color
Monochromatic Colors of #B5C92C
Black with #B5C92C
Text Example
Text Example
White with #B5C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C92C; }
p { color: rgb(181,201,44); }
H1.HeaderClassName
{
color: #B5C92C;
}
.AnyTagClassName
{
color: #B5C92C;
}
</style>
background-color css
<style>
a { background-color: #B5C92C; }
a { background-color: rgb(181,201,44); }
div.DivClassName
{
background-color: #B5C92C;
}
.BgClassName
{
background-color: #B5C92C;
}
</style>
border-color css
<style>
span { border-color: #B5C92C; }
span { border-color: rgb(181,201,44); }
td.TdClassName
{
border-color: #B5C92C;
}
.TagClassName
{
border-color: #B5C92C;
}
</style>