Shades of Fuego #B5CA2C
Tints of Fuego #B5CA2C
RGB
CMYK
RGB Variations
Color information
#B5CA2C (or 0xB5CA2C) is known color: Fuego. HEX triplet: B5, CA and 2C. RGB value is (181,202,44). Sum of RGB (Red+Green+Blue) = 181+202+44=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA2C is #4A35D3. Grayscale: #B2B2B2. Windows color (decimal): -4863444 or 2935477. OLE color: 2935477.
HSL color Cylindrical-coordinate representation of color #B5CA2C: hue angle of 67.97º 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 #B5CA2C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 44 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.21 |
| HSL | 67.97º | 0.64% | 0.48% | - |
| HSV(B) | 67.97º | 0.78% | 0.79% | - |
| XYZ | 40.63 | 52.25 | 10.33 | - |
| YUV | 177.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 44 | 0.10 | 0 | 0.78 | 0.21 | 67.97 | 0.64 | 0.48 |
| Hex | B5 | CA | 2C | A | 0 | 4E | 15 | 44 | 40 | 30 |
| Octal | 265 | 312 | 54 | 12 | 0 | 116 | 25 | 104 | 100 | 60 |
| Binary | 10110101 | 11001010 | 101100 | 1010 | 0 | 1001110 | 10101 | 1000100 | 1000000 | 110000 |
Color Harmonies of #B5CA2C
Complementary color
Monochromatic Colors of #B5CA2C
Black with #B5CA2C
Text Example
Text Example
White with #B5CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA2C; }
p { color: rgb(181,202,44); }
H1.HeaderClassName
{
color: #B5CA2C;
}
.AnyTagClassName
{
color: #B5CA2C;
}
</style>
background-color css
<style>
a { background-color: #B5CA2C; }
a { background-color: rgb(181,202,44); }
div.DivClassName
{
background-color: #B5CA2C;
}
.BgClassName
{
background-color: #B5CA2C;
}
</style>
border-color css
<style>
span { border-color: #B5CA2C; }
span { border-color: rgb(181,202,44); }
td.TdClassName
{
border-color: #B5CA2C;
}
.TagClassName
{
border-color: #B5CA2C;
}
</style>