Shades of Fuego #B8D23A
Tints of Fuego #B8D23A
RGB
CMYK
RGB Variations
Color information
#B8D23A (or 0xB8D23A) is known color: Fuego. HEX triplet: B8, D2 and 3A. RGB value is (184,210,58). Sum of RGB (Red+Green+Blue) = 184+210+58=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D23A is #472DC5. Grayscale: #B9B9B9. Windows color (decimal): -4664774 or 3855032. OLE color: 3855032.
HSL color Cylindrical-coordinate representation of color #B8D23A: hue angle of 70.26º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8D23A is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 58 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.18 |
| HSL | 70.26º | 0.63% | 0.53% | - |
| HSV(B) | 70.26º | 0.72% | 0.82% | - |
| XYZ | 43.58 | 56.59 | 12.63 | - |
| YUV | 184.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 58 | 0.12 | 0 | 0.72 | 0.18 | 70.26 | 0.63 | 0.53 |
| Hex | B8 | D2 | 3A | C | 0 | 48 | 12 | 46 | 3F | 35 |
| Octal | 270 | 322 | 72 | 14 | 0 | 110 | 22 | 106 | 77 | 65 |
| Binary | 10111000 | 11010010 | 111010 | 1100 | 0 | 1001000 | 10010 | 1000110 | 111111 | 110101 |
Color Harmonies of #B8D23A
Complementary color
Monochromatic Colors of #B8D23A
Black with #B8D23A
Text Example
Text Example
White with #B8D23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D23A; }
p { color: rgb(184,210,58); }
H1.HeaderClassName
{
color: #B8D23A;
}
.AnyTagClassName
{
color: #B8D23A;
}
</style>
background-color css
<style>
a { background-color: #B8D23A; }
a { background-color: rgb(184,210,58); }
div.DivClassName
{
background-color: #B8D23A;
}
.BgClassName
{
background-color: #B8D23A;
}
</style>
border-color css
<style>
span { border-color: #B8D23A; }
span { border-color: rgb(184,210,58); }
td.TdClassName
{
border-color: #B8D23A;
}
.TagClassName
{
border-color: #B8D23A;
}
</style>