Shades of Fuego #B2C534
Tints of Fuego #B2C534
RGB
CMYK
RGB Variations
Color information
#B2C534 (or 0xB2C534) is known color: Fuego. HEX triplet: B2, C5 and 34. RGB value is (178,197,52). Sum of RGB (Red+Green+Blue) = 178+197+52=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C534 is #4D3ACB. Grayscale: #AFAFAF. Windows color (decimal): -5061324 or 3458482. OLE color: 3458482.
HSL color Cylindrical-coordinate representation of color #B2C534: hue angle of 67.86º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2C534 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 52 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.23 |
| HSL | 67.86º | 0.58% | 0.49% | - |
| HSV(B) | 67.86º | 0.74% | 0.77% | - |
| XYZ | 38.95 | 49.65 | 10.78 | - |
| YUV | 174.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 52 | 0.10 | 0 | 0.74 | 0.23 | 67.86 | 0.58 | 0.49 |
| Hex | B2 | C5 | 34 | A | 0 | 4A | 17 | 44 | 3A | 31 |
| Octal | 262 | 305 | 64 | 12 | 0 | 112 | 27 | 104 | 72 | 61 |
| Binary | 10110010 | 11000101 | 110100 | 1010 | 0 | 1001010 | 10111 | 1000100 | 111010 | 110001 |
Color Harmonies of #B2C534
Complementary color
Monochromatic Colors of #B2C534
Black with #B2C534
Text Example
Text Example
White with #B2C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C534; }
p { color: rgb(178,197,52); }
H1.HeaderClassName
{
color: #B2C534;
}
.AnyTagClassName
{
color: #B2C534;
}
</style>
background-color css
<style>
a { background-color: #B2C534; }
a { background-color: rgb(178,197,52); }
div.DivClassName
{
background-color: #B2C534;
}
.BgClassName
{
background-color: #B2C534;
}
</style>
border-color css
<style>
span { border-color: #B2C534; }
span { border-color: rgb(178,197,52); }
td.TdClassName
{
border-color: #B2C534;
}
.TagClassName
{
border-color: #B2C534;
}
</style>