Shades of Fuego #B8CB3A
Tints of Fuego #B8CB3A
RGB
CMYK
RGB Variations
Color information
#B8CB3A (or 0xB8CB3A) is known color: Fuego. HEX triplet: B8, CB and 3A. RGB value is (184,203,58). Sum of RGB (Red+Green+Blue) = 184+203+58=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CB3A is #4734C5. Grayscale: #B5B5B5. Windows color (decimal): -4666566 or 3853240. OLE color: 3853240.
HSL color Cylindrical-coordinate representation of color #B8CB3A: hue angle of 67.86º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8CB3A is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 58 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.20 |
| HSL | 67.86º | 0.58% | 0.51% | - |
| HSV(B) | 67.86º | 0.71% | 0.8% | - |
| XYZ | 41.89 | 53.21 | 12.07 | - |
| YUV | 180.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 58 | 0.09 | 0 | 0.71 | 0.20 | 67.86 | 0.58 | 0.51 |
| Hex | B8 | CB | 3A | 9 | 0 | 47 | 14 | 44 | 3A | 33 |
| Octal | 270 | 313 | 72 | 11 | 0 | 107 | 24 | 104 | 72 | 63 |
| Binary | 10111000 | 11001011 | 111010 | 1001 | 0 | 1000111 | 10100 | 1000100 | 111010 | 110011 |
Color Harmonies of #B8CB3A
Complementary color
Monochromatic Colors of #B8CB3A
Black with #B8CB3A
Text Example
Text Example
White with #B8CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB3A; }
p { color: rgb(184,203,58); }
H1.HeaderClassName
{
color: #B8CB3A;
}
.AnyTagClassName
{
color: #B8CB3A;
}
</style>
background-color css
<style>
a { background-color: #B8CB3A; }
a { background-color: rgb(184,203,58); }
div.DivClassName
{
background-color: #B8CB3A;
}
.BgClassName
{
background-color: #B8CB3A;
}
</style>
border-color css
<style>
span { border-color: #B8CB3A; }
span { border-color: rgb(184,203,58); }
td.TdClassName
{
border-color: #B8CB3A;
}
.TagClassName
{
border-color: #B8CB3A;
}
</style>