Shades of Fuego #B2CE33
Tints of Fuego #B2CE33
RGB
CMYK
RGB Variations
Color information
#B2CE33 (or 0xB2CE33) is known color: Fuego. HEX triplet: B2, CE and 33. RGB value is (178,206,51). Sum of RGB (Red+Green+Blue) = 178+206+51=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE33 is #4D31CC. Grayscale: #B4B4B4. Windows color (decimal): -5059021 or 3395250. OLE color: 3395250.
HSL color Cylindrical-coordinate representation of color #B2CE33: hue angle of 70.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2CE33 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 51 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.19 |
| HSL | 70.84º | 0.61% | 0.5% | - |
| HSV(B) | 70.84º | 0.75% | 0.81% | - |
| XYZ | 41.03 | 53.85 | 11.36 | - |
| YUV | 179.96 | 55.22 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 51 | 0.14 | 0 | 0.75 | 0.19 | 70.84 | 0.61 | 0.5 |
| Hex | B2 | CE | 33 | E | 0 | 4B | 13 | 47 | 3D | 32 |
| Octal | 262 | 316 | 63 | 16 | 0 | 113 | 23 | 107 | 75 | 62 |
| Binary | 10110010 | 11001110 | 110011 | 1110 | 0 | 1001011 | 10011 | 1000111 | 111101 | 110010 |
Color Harmonies of #B2CE33
Complementary color
Monochromatic Colors of #B2CE33
Black with #B2CE33
Text Example
Text Example
White with #B2CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE33; }
p { color: rgb(178,206,51); }
H1.HeaderClassName
{
color: #B2CE33;
}
.AnyTagClassName
{
color: #B2CE33;
}
</style>
background-color css
<style>
a { background-color: #B2CE33; }
a { background-color: rgb(178,206,51); }
div.DivClassName
{
background-color: #B2CE33;
}
.BgClassName
{
background-color: #B2CE33;
}
</style>
border-color css
<style>
span { border-color: #B2CE33; }
span { border-color: rgb(178,206,51); }
td.TdClassName
{
border-color: #B2CE33;
}
.TagClassName
{
border-color: #B2CE33;
}
</style>