Shades of Fuego #B8CE30
Tints of Fuego #B8CE30
RGB
CMYK
RGB Variations
Color information
#B8CE30 (or 0xB8CE30) is known color: Fuego. HEX triplet: B8, CE and 30. RGB value is (184,206,48). Sum of RGB (Red+Green+Blue) = 184+206+48=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CE30 is #4731CF. Grayscale: #B6B6B6. Windows color (decimal): -4665808 or 3198648. OLE color: 3198648.
HSL color Cylindrical-coordinate representation of color #B8CE30: hue angle of 68.35º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8CE30 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 48 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.19 |
| HSL | 68.35º | 0.62% | 0.5% | - |
| HSV(B) | 68.35º | 0.77% | 0.81% | - |
| XYZ | 42.37 | 54.55 | 11.09 | - |
| YUV | 181.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 48 | 0.11 | 0 | 0.77 | 0.19 | 68.35 | 0.62 | 0.5 |
| Hex | B8 | CE | 30 | B | 0 | 4D | 13 | 44 | 3E | 32 |
| Octal | 270 | 316 | 60 | 13 | 0 | 115 | 23 | 104 | 76 | 62 |
| Binary | 10111000 | 11001110 | 110000 | 1011 | 0 | 1001101 | 10011 | 1000100 | 111110 | 110010 |
Color Harmonies of #B8CE30
Complementary color
Monochromatic Colors of #B8CE30
Black with #B8CE30
Text Example
Text Example
White with #B8CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE30; }
p { color: rgb(184,206,48); }
H1.HeaderClassName
{
color: #B8CE30;
}
.AnyTagClassName
{
color: #B8CE30;
}
</style>
background-color css
<style>
a { background-color: #B8CE30; }
a { background-color: rgb(184,206,48); }
div.DivClassName
{
background-color: #B8CE30;
}
.BgClassName
{
background-color: #B8CE30;
}
</style>
border-color css
<style>
span { border-color: #B8CE30; }
span { border-color: rgb(184,206,48); }
td.TdClassName
{
border-color: #B8CE30;
}
.TagClassName
{
border-color: #B8CE30;
}
</style>