Shades of Fuego #B1CC33
Tints of Fuego #B1CC33
RGB
CMYK
RGB Variations
Color information
#B1CC33 (or 0xB1CC33) is known color: Fuego. HEX triplet: B1, CC and 33. RGB value is (177,204,51). Sum of RGB (Red+Green+Blue) = 177+204+51=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC33 is #4E33CC. Grayscale: #B3B3B3. Windows color (decimal): -5125069 or 3394737. OLE color: 3394737.
HSL color Cylindrical-coordinate representation of color #B1CC33: hue angle of 70.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1CC33 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 51 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.2 |
| HSL | 70.59º | 0.6% | 0.5% | - |
| HSV(B) | 70.59º | 0.75% | 0.8% | - |
| XYZ | 40.32 | 52.77 | 11.19 | - |
| YUV | 178.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 51 | 0.13 | 0 | 0.75 | 0.2 | 70.59 | 0.6 | 0.5 |
| Hex | B1 | CC | 33 | D | 0 | 4B | 14 | 47 | 3C | 32 |
| Octal | 261 | 314 | 63 | 15 | 0 | 113 | 24 | 107 | 74 | 62 |
| Binary | 10110001 | 11001100 | 110011 | 1101 | 0 | 1001011 | 10100 | 1000111 | 111100 | 110010 |
Color Harmonies of #B1CC33
Complementary color
Monochromatic Colors of #B1CC33
Black with #B1CC33
Text Example
Text Example
White with #B1CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC33; }
p { color: rgb(177,204,51); }
H1.HeaderClassName
{
color: #B1CC33;
}
.AnyTagClassName
{
color: #B1CC33;
}
</style>
background-color css
<style>
a { background-color: #B1CC33; }
a { background-color: rgb(177,204,51); }
div.DivClassName
{
background-color: #B1CC33;
}
.BgClassName
{
background-color: #B1CC33;
}
</style>
border-color css
<style>
span { border-color: #B1CC33; }
span { border-color: rgb(177,204,51); }
td.TdClassName
{
border-color: #B1CC33;
}
.TagClassName
{
border-color: #B1CC33;
}
</style>