Shades of Fuego #B8CE2B
Tints of Fuego #B8CE2B
RGB
CMYK
RGB Variations
Color information
#B8CE2B (or 0xB8CE2B) is known color: Fuego. HEX triplet: B8, CE and 2B. RGB value is (184,206,43). Sum of RGB (Red+Green+Blue) = 184+206+43=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CE2B is #4731D4. Grayscale: #B5B5B5. Windows color (decimal): -4665813 or 2870968. OLE color: 2870968.
HSL color Cylindrical-coordinate representation of color #B8CE2B: hue angle of 68.1º 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 #B8CE2B is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 43 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.19 |
| HSL | 68.1º | 0.65% | 0.49% | - |
| HSV(B) | 68.1º | 0.79% | 0.81% | - |
| XYZ | 42.27 | 54.51 | 10.58 | - |
| YUV | 180.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 43 | 0.11 | 0 | 0.79 | 0.19 | 68.1 | 0.65 | 0.49 |
| Hex | B8 | CE | 2B | B | 0 | 4F | 13 | 44 | 41 | 31 |
| Octal | 270 | 316 | 53 | 13 | 0 | 117 | 23 | 104 | 101 | 61 |
| Binary | 10111000 | 11001110 | 101011 | 1011 | 0 | 1001111 | 10011 | 1000100 | 1000001 | 110001 |
Color Harmonies of #B8CE2B
Complementary color
Monochromatic Colors of #B8CE2B
Black with #B8CE2B
Text Example
Text Example
White with #B8CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE2B; }
p { color: rgb(184,206,43); }
H1.HeaderClassName
{
color: #B8CE2B;
}
.AnyTagClassName
{
color: #B8CE2B;
}
</style>
background-color css
<style>
a { background-color: #B8CE2B; }
a { background-color: rgb(184,206,43); }
div.DivClassName
{
background-color: #B8CE2B;
}
.BgClassName
{
background-color: #B8CE2B;
}
</style>
border-color css
<style>
span { border-color: #B8CE2B; }
span { border-color: rgb(184,206,43); }
td.TdClassName
{
border-color: #B8CE2B;
}
.TagClassName
{
border-color: #B8CE2B;
}
</style>