Shades of Fuego #B5C92F
Tints of Fuego #B5C92F
RGB
CMYK
RGB Variations
Color information
#B5C92F (or 0xB5C92F) is known color: Fuego. HEX triplet: B5, C9 and 2F. RGB value is (181,201,47). Sum of RGB (Red+Green+Blue) = 181+201+47=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C92F is #4A36D0. Grayscale: #B2B2B2. Windows color (decimal): -4863697 or 3131829. OLE color: 3131829.
HSL color Cylindrical-coordinate representation of color #B5C92F: hue angle of 67.79º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5C92F is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 47 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.21 |
| HSL | 67.79º | 0.62% | 0.49% | - |
| HSV(B) | 67.79º | 0.77% | 0.79% | - |
| XYZ | 40.46 | 51.8 | 10.56 | - |
| YUV | 177.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 47 | 0.10 | 0 | 0.77 | 0.21 | 67.79 | 0.62 | 0.49 |
| Hex | B5 | C9 | 2F | A | 0 | 4D | 15 | 44 | 3E | 31 |
| Octal | 265 | 311 | 57 | 12 | 0 | 115 | 25 | 104 | 76 | 61 |
| Binary | 10110101 | 11001001 | 101111 | 1010 | 0 | 1001101 | 10101 | 1000100 | 111110 | 110001 |
Color Harmonies of #B5C92F
Complementary color
Monochromatic Colors of #B5C92F
Black with #B5C92F
Text Example
Text Example
White with #B5C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C92F; }
p { color: rgb(181,201,47); }
H1.HeaderClassName
{
color: #B5C92F;
}
.AnyTagClassName
{
color: #B5C92F;
}
</style>
background-color css
<style>
a { background-color: #B5C92F; }
a { background-color: rgb(181,201,47); }
div.DivClassName
{
background-color: #B5C92F;
}
.BgClassName
{
background-color: #B5C92F;
}
</style>
border-color css
<style>
span { border-color: #B5C92F; }
span { border-color: rgb(181,201,47); }
td.TdClassName
{
border-color: #B5C92F;
}
.TagClassName
{
border-color: #B5C92F;
}
</style>