Shades of Fuego #B2C735
Tints of Fuego #B2C735
RGB
CMYK
RGB Variations
Color information
#B2C735 (or 0xB2C735) is known color: Fuego. HEX triplet: B2, C7 and 35. RGB value is (178,199,53). Sum of RGB (Red+Green+Blue) = 178+199+53=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C735 is #4D38CA. Grayscale: #B0B0B0. Windows color (decimal): -5060811 or 3524530. OLE color: 3524530.
HSL color Cylindrical-coordinate representation of color #B2C735: hue angle of 68.63º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2C735 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 53 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.22 |
| HSL | 68.63º | 0.58% | 0.49% | - |
| HSV(B) | 68.63º | 0.73% | 0.78% | - |
| XYZ | 39.43 | 50.57 | 11.05 | - |
| YUV | 176.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 53 | 0.11 | 0 | 0.73 | 0.22 | 68.63 | 0.58 | 0.49 |
| Hex | B2 | C7 | 35 | B | 0 | 49 | 16 | 45 | 3A | 31 |
| Octal | 262 | 307 | 65 | 13 | 0 | 111 | 26 | 105 | 72 | 61 |
| Binary | 10110010 | 11000111 | 110101 | 1011 | 0 | 1001001 | 10110 | 1000101 | 111010 | 110001 |
Color Harmonies of #B2C735
Complementary color
Monochromatic Colors of #B2C735
Black with #B2C735
Text Example
Text Example
White with #B2C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C735; }
p { color: rgb(178,199,53); }
H1.HeaderClassName
{
color: #B2C735;
}
.AnyTagClassName
{
color: #B2C735;
}
</style>
background-color css
<style>
a { background-color: #B2C735; }
a { background-color: rgb(178,199,53); }
div.DivClassName
{
background-color: #B2C735;
}
.BgClassName
{
background-color: #B2C735;
}
</style>
border-color css
<style>
span { border-color: #B2C735; }
span { border-color: rgb(178,199,53); }
td.TdClassName
{
border-color: #B2C735;
}
.TagClassName
{
border-color: #B2C735;
}
</style>