Shades of Fuego #B8CC3B
Tints of Fuego #B8CC3B
RGB
CMYK
RGB Variations
Color information
#B8CC3B (or 0xB8CC3B) is known color: Fuego. HEX triplet: B8, CC and 3B. RGB value is (184,204,59). Sum of RGB (Red+Green+Blue) = 184+204+59=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CC3B is #4733C4. Grayscale: #B6B6B6. Windows color (decimal): -4666309 or 3919032. OLE color: 3919032.
HSL color Cylindrical-coordinate representation of color #B8CC3B: hue angle of 68.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8CC3B is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 59 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.2 |
| HSL | 68.28º | 0.59% | 0.52% | - |
| HSV(B) | 68.28º | 0.71% | 0.8% | - |
| XYZ | 42.15 | 53.69 | 12.28 | - |
| YUV | 181.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 59 | 0.10 | 0 | 0.71 | 0.2 | 68.28 | 0.59 | 0.52 |
| Hex | B8 | CC | 3B | A | 0 | 47 | 14 | 44 | 3B | 34 |
| Octal | 270 | 314 | 73 | 12 | 0 | 107 | 24 | 104 | 73 | 64 |
| Binary | 10111000 | 11001100 | 111011 | 1010 | 0 | 1000111 | 10100 | 1000100 | 111011 | 110100 |
Color Harmonies of #B8CC3B
Complementary color
Monochromatic Colors of #B8CC3B
Black with #B8CC3B
Text Example
Text Example
White with #B8CC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC3B; }
p { color: rgb(184,204,59); }
H1.HeaderClassName
{
color: #B8CC3B;
}
.AnyTagClassName
{
color: #B8CC3B;
}
</style>
background-color css
<style>
a { background-color: #B8CC3B; }
a { background-color: rgb(184,204,59); }
div.DivClassName
{
background-color: #B8CC3B;
}
.BgClassName
{
background-color: #B8CC3B;
}
</style>
border-color css
<style>
span { border-color: #B8CC3B; }
span { border-color: rgb(184,204,59); }
td.TdClassName
{
border-color: #B8CC3B;
}
.TagClassName
{
border-color: #B8CC3B;
}
</style>