Shades of Fuego #B5C233
Tints of Fuego #B5C233
RGB
CMYK
RGB Variations
Color information
#B5C233 (or 0xB5C233) is known color: Fuego. HEX triplet: B5, C2 and 33. RGB value is (181,194,51). Sum of RGB (Red+Green+Blue) = 181+194+51=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C233 is #4A3DCC. Grayscale: #AEAEAE. Windows color (decimal): -4865485 or 3392181. OLE color: 3392181.
HSL color Cylindrical-coordinate representation of color #B5C233: hue angle of 65.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5C233 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 51 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.24 |
| HSL | 65.45º | 0.58% | 0.48% | - |
| HSV(B) | 65.45º | 0.74% | 0.76% | - |
| XYZ | 38.95 | 48.65 | 10.47 | - |
| YUV | 173.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 51 | 0.07 | 0 | 0.74 | 0.24 | 65.45 | 0.58 | 0.48 |
| Hex | B5 | C2 | 33 | 7 | 0 | 4A | 18 | 41 | 3A | 30 |
| Octal | 265 | 302 | 63 | 7 | 0 | 112 | 30 | 101 | 72 | 60 |
| Binary | 10110101 | 11000010 | 110011 | 111 | 0 | 1001010 | 11000 | 1000001 | 111010 | 110000 |
Color Harmonies of #B5C233
Complementary color
Monochromatic Colors of #B5C233
Black with #B5C233
Text Example
Text Example
White with #B5C233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C233; }
p { color: rgb(181,194,51); }
H1.HeaderClassName
{
color: #B5C233;
}
.AnyTagClassName
{
color: #B5C233;
}
</style>
background-color css
<style>
a { background-color: #B5C233; }
a { background-color: rgb(181,194,51); }
div.DivClassName
{
background-color: #B5C233;
}
.BgClassName
{
background-color: #B5C233;
}
</style>
border-color css
<style>
span { border-color: #B5C233; }
span { border-color: rgb(181,194,51); }
td.TdClassName
{
border-color: #B5C233;
}
.TagClassName
{
border-color: #B5C233;
}
</style>