Shades of Fuego #B5CE2A
Tints of Fuego #B5CE2A
RGB
CMYK
RGB Variations
Color information
#B5CE2A (or 0xB5CE2A) is known color: Fuego. HEX triplet: B5, CE and 2A. RGB value is (181,206,42). Sum of RGB (Red+Green+Blue) = 181+206+42=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE2A is #4A31D5. Grayscale: #B4B4B4. Windows color (decimal): -4862422 or 2805429. OLE color: 2805429.
HSL color Cylindrical-coordinate representation of color #B5CE2A: hue angle of 69.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5CE2A is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 42 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.19 |
| HSL | 69.15º | 0.66% | 0.49% | - |
| HSV(B) | 69.15º | 0.8% | 0.81% | - |
| XYZ | 41.55 | 54.13 | 10.45 | - |
| YUV | 179.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 42 | 0.12 | 0 | 0.80 | 0.19 | 69.15 | 0.66 | 0.49 |
| Hex | B5 | CE | 2A | C | 0 | 50 | 13 | 45 | 42 | 31 |
| Octal | 265 | 316 | 52 | 14 | 0 | 120 | 23 | 105 | 102 | 61 |
| Binary | 10110101 | 11001110 | 101010 | 1100 | 0 | 1010000 | 10011 | 1000101 | 1000010 | 110001 |
Color Harmonies of #B5CE2A
Complementary color
Monochromatic Colors of #B5CE2A
Black with #B5CE2A
Text Example
Text Example
White with #B5CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE2A; }
p { color: rgb(181,206,42); }
H1.HeaderClassName
{
color: #B5CE2A;
}
.AnyTagClassName
{
color: #B5CE2A;
}
</style>
background-color css
<style>
a { background-color: #B5CE2A; }
a { background-color: rgb(181,206,42); }
div.DivClassName
{
background-color: #B5CE2A;
}
.BgClassName
{
background-color: #B5CE2A;
}
</style>
border-color css
<style>
span { border-color: #B5CE2A; }
span { border-color: rgb(181,206,42); }
td.TdClassName
{
border-color: #B5CE2A;
}
.TagClassName
{
border-color: #B5CE2A;
}
</style>