Shades of Fuego #B5CA34
Tints of Fuego #B5CA34
RGB
CMYK
RGB Variations
Color information
#B5CA34 (or 0xB5CA34) is known color: Fuego. HEX triplet: B5, CA and 34. RGB value is (181,202,52). Sum of RGB (Red+Green+Blue) = 181+202+52=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA34 is #4A35CB. Grayscale: #B3B3B3. Windows color (decimal): -4863436 or 3459765. OLE color: 3459765.
HSL color Cylindrical-coordinate representation of color #B5CA34: hue angle of 68.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5CA34 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 52 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.21 |
| HSL | 68.4º | 0.59% | 0.5% | - |
| HSV(B) | 68.4º | 0.74% | 0.79% | - |
| XYZ | 40.8 | 52.31 | 11.2 | - |
| YUV | 178.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 52 | 0.10 | 0 | 0.74 | 0.21 | 68.4 | 0.59 | 0.5 |
| Hex | B5 | CA | 34 | A | 0 | 4A | 15 | 44 | 3B | 32 |
| Octal | 265 | 312 | 64 | 12 | 0 | 112 | 25 | 104 | 73 | 62 |
| Binary | 10110101 | 11001010 | 110100 | 1010 | 0 | 1001010 | 10101 | 1000100 | 111011 | 110010 |
Color Harmonies of #B5CA34
Complementary color
Monochromatic Colors of #B5CA34
Black with #B5CA34
Text Example
Text Example
White with #B5CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA34; }
p { color: rgb(181,202,52); }
H1.HeaderClassName
{
color: #B5CA34;
}
.AnyTagClassName
{
color: #B5CA34;
}
</style>
background-color css
<style>
a { background-color: #B5CA34; }
a { background-color: rgb(181,202,52); }
div.DivClassName
{
background-color: #B5CA34;
}
.BgClassName
{
background-color: #B5CA34;
}
</style>
border-color css
<style>
span { border-color: #B5CA34; }
span { border-color: rgb(181,202,52); }
td.TdClassName
{
border-color: #B5CA34;
}
.TagClassName
{
border-color: #B5CA34;
}
</style>