Shades of Fuego #B8CD31
Tints of Fuego #B8CD31
RGB
CMYK
RGB Variations
Color information
#B8CD31 (or 0xB8CD31) is known color: Fuego. HEX triplet: B8, CD and 31. RGB value is (184,205,49). Sum of RGB (Red+Green+Blue) = 184+205+49=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD31 is #4732CE. Grayscale: #B5B5B5. Windows color (decimal): -4666063 or 3263928. OLE color: 3263928.
HSL color Cylindrical-coordinate representation of color #B8CD31: hue angle of 68.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8CD31 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 49 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.20 |
| HSL | 68.08º | 0.61% | 0.5% | - |
| HSV(B) | 68.08º | 0.76% | 0.8% | - |
| XYZ | 42.15 | 54.07 | 11.12 | - |
| YUV | 180.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 49 | 0.10 | 0 | 0.76 | 0.20 | 68.08 | 0.61 | 0.5 |
| Hex | B8 | CD | 31 | A | 0 | 4C | 14 | 44 | 3D | 32 |
| Octal | 270 | 315 | 61 | 12 | 0 | 114 | 24 | 104 | 75 | 62 |
| Binary | 10111000 | 11001101 | 110001 | 1010 | 0 | 1001100 | 10100 | 1000100 | 111101 | 110010 |
Color Harmonies of #B8CD31
Complementary color
Monochromatic Colors of #B8CD31
Black with #B8CD31
Text Example
Text Example
White with #B8CD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD31; }
p { color: rgb(184,205,49); }
H1.HeaderClassName
{
color: #B8CD31;
}
.AnyTagClassName
{
color: #B8CD31;
}
</style>
background-color css
<style>
a { background-color: #B8CD31; }
a { background-color: rgb(184,205,49); }
div.DivClassName
{
background-color: #B8CD31;
}
.BgClassName
{
background-color: #B8CD31;
}
</style>
border-color css
<style>
span { border-color: #B8CD31; }
span { border-color: rgb(184,205,49); }
td.TdClassName
{
border-color: #B8CD31;
}
.TagClassName
{
border-color: #B8CD31;
}
</style>