Shades of Fuego #B2CF3A
Tints of Fuego #B2CF3A
RGB
CMYK
RGB Variations
Color information
#B2CF3A (or 0xB2CF3A) is known color: Fuego. HEX triplet: B2, CF and 3A. RGB value is (178,207,58). Sum of RGB (Red+Green+Blue) = 178+207+58=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF3A is #4D30C5. Grayscale: #B5B5B5. Windows color (decimal): -5058758 or 3854258. OLE color: 3854258.
HSL color Cylindrical-coordinate representation of color #B2CF3A: hue angle of 71.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2CF3A is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 58 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.19 |
| HSL | 71.68º | 0.61% | 0.52% | - |
| HSV(B) | 71.68º | 0.72% | 0.81% | - |
| XYZ | 41.44 | 54.4 | 12.32 | - |
| YUV | 181.34 | 58.39 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 58 | 0.14 | 0 | 0.72 | 0.19 | 71.68 | 0.61 | 0.52 |
| Hex | B2 | CF | 3A | E | 0 | 48 | 13 | 48 | 3D | 34 |
| Octal | 262 | 317 | 72 | 16 | 0 | 110 | 23 | 110 | 75 | 64 |
| Binary | 10110010 | 11001111 | 111010 | 1110 | 0 | 1001000 | 10011 | 1001000 | 111101 | 110100 |
Color Harmonies of #B2CF3A
Complementary color
Monochromatic Colors of #B2CF3A
Black with #B2CF3A
Text Example
Text Example
White with #B2CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF3A; }
p { color: rgb(178,207,58); }
H1.HeaderClassName
{
color: #B2CF3A;
}
.AnyTagClassName
{
color: #B2CF3A;
}
</style>
background-color css
<style>
a { background-color: #B2CF3A; }
a { background-color: rgb(178,207,58); }
div.DivClassName
{
background-color: #B2CF3A;
}
.BgClassName
{
background-color: #B2CF3A;
}
</style>
border-color css
<style>
span { border-color: #B2CF3A; }
span { border-color: rgb(178,207,58); }
td.TdClassName
{
border-color: #B2CF3A;
}
.TagClassName
{
border-color: #B2CF3A;
}
</style>