Shades of Fuego #B1CE2C
Tints of Fuego #B1CE2C
RGB
CMYK
RGB Variations
Color information
#B1CE2C (or 0xB1CE2C) is known color: Fuego. HEX triplet: B1, CE and 2C. RGB value is (177,206,44). Sum of RGB (Red+Green+Blue) = 177+206+44=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE2C is #4E31D3. Grayscale: #B3B3B3. Windows color (decimal): -5124564 or 2936497. OLE color: 2936497.
HSL color Cylindrical-coordinate representation of color #B1CE2C: hue angle of 70.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1CE2C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 44 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.19 |
| HSL | 70.74º | 0.65% | 0.49% | - |
| HSV(B) | 70.74º | 0.79% | 0.81% | - |
| XYZ | 40.66 | 53.67 | 10.6 | - |
| YUV | 178.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 44 | 0.14 | 0 | 0.79 | 0.19 | 70.74 | 0.65 | 0.49 |
| Hex | B1 | CE | 2C | E | 0 | 4F | 13 | 47 | 41 | 31 |
| Octal | 261 | 316 | 54 | 16 | 0 | 117 | 23 | 107 | 101 | 61 |
| Binary | 10110001 | 11001110 | 101100 | 1110 | 0 | 1001111 | 10011 | 1000111 | 1000001 | 110001 |
Color Harmonies of #B1CE2C
Complementary color
Monochromatic Colors of #B1CE2C
Black with #B1CE2C
Text Example
Text Example
White with #B1CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE2C; }
p { color: rgb(177,206,44); }
H1.HeaderClassName
{
color: #B1CE2C;
}
.AnyTagClassName
{
color: #B1CE2C;
}
</style>
background-color css
<style>
a { background-color: #B1CE2C; }
a { background-color: rgb(177,206,44); }
div.DivClassName
{
background-color: #B1CE2C;
}
.BgClassName
{
background-color: #B1CE2C;
}
</style>
border-color css
<style>
span { border-color: #B1CE2C; }
span { border-color: rgb(177,206,44); }
td.TdClassName
{
border-color: #B1CE2C;
}
.TagClassName
{
border-color: #B1CE2C;
}
</style>