Shades of Fuego #B5C834
Tints of Fuego #B5C834
RGB
CMYK
RGB Variations
Color information
#B5C834 (or 0xB5C834) is known color: Fuego. HEX triplet: B5, C8 and 34. RGB value is (181,200,52). Sum of RGB (Red+Green+Blue) = 181+200+52=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C834 is #4A37CB. Grayscale: #B2B2B2. Windows color (decimal): -4863948 or 3459253. OLE color: 3459253.
HSL color Cylindrical-coordinate representation of color #B5C834: hue angle of 67.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5C834 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 52 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.22 |
| HSL | 67.7º | 0.59% | 0.49% | - |
| HSV(B) | 67.7º | 0.74% | 0.78% | - |
| XYZ | 40.33 | 51.38 | 11.04 | - |
| YUV | 177.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 52 | 0.09 | 0 | 0.74 | 0.22 | 67.7 | 0.59 | 0.49 |
| Hex | B5 | C8 | 34 | 9 | 0 | 4A | 16 | 44 | 3B | 31 |
| Octal | 265 | 310 | 64 | 11 | 0 | 112 | 26 | 104 | 73 | 61 |
| Binary | 10110101 | 11001000 | 110100 | 1001 | 0 | 1001010 | 10110 | 1000100 | 111011 | 110001 |
Color Harmonies of #B5C834
Complementary color
Monochromatic Colors of #B5C834
Black with #B5C834
Text Example
Text Example
White with #B5C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C834; }
p { color: rgb(181,200,52); }
H1.HeaderClassName
{
color: #B5C834;
}
.AnyTagClassName
{
color: #B5C834;
}
</style>
background-color css
<style>
a { background-color: #B5C834; }
a { background-color: rgb(181,200,52); }
div.DivClassName
{
background-color: #B5C834;
}
.BgClassName
{
background-color: #B5C834;
}
</style>
border-color css
<style>
span { border-color: #B5C834; }
span { border-color: rgb(181,200,52); }
td.TdClassName
{
border-color: #B5C834;
}
.TagClassName
{
border-color: #B5C834;
}
</style>