Shades of Fuego #B8CD37
Tints of Fuego #B8CD37
RGB
CMYK
RGB Variations
Color information
#B8CD37 (or 0xB8CD37) is known color: Fuego. HEX triplet: B8, CD and 37. RGB value is (184,205,55). Sum of RGB (Red+Green+Blue) = 184+205+55=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD37 is #4732C8. Grayscale: #B6B6B6. Windows color (decimal): -4666057 or 3657144. OLE color: 3657144.
HSL color Cylindrical-coordinate representation of color #B8CD37: hue angle of 68.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8CD37 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 55 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.20 |
| HSL | 68.4º | 0.6% | 0.51% | - |
| HSV(B) | 68.4º | 0.73% | 0.8% | - |
| XYZ | 42.29 | 54.13 | 11.83 | - |
| YUV | 181.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 55 | 0.10 | 0 | 0.73 | 0.20 | 68.4 | 0.6 | 0.51 |
| Hex | B8 | CD | 37 | A | 0 | 49 | 14 | 44 | 3C | 33 |
| Octal | 270 | 315 | 67 | 12 | 0 | 111 | 24 | 104 | 74 | 63 |
| Binary | 10111000 | 11001101 | 110111 | 1010 | 0 | 1001001 | 10100 | 1000100 | 111100 | 110011 |
Color Harmonies of #B8CD37
Complementary color
Monochromatic Colors of #B8CD37
Black with #B8CD37
Text Example
Text Example
White with #B8CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD37; }
p { color: rgb(184,205,55); }
H1.HeaderClassName
{
color: #B8CD37;
}
.AnyTagClassName
{
color: #B8CD37;
}
</style>
background-color css
<style>
a { background-color: #B8CD37; }
a { background-color: rgb(184,205,55); }
div.DivClassName
{
background-color: #B8CD37;
}
.BgClassName
{
background-color: #B8CD37;
}
</style>
border-color css
<style>
span { border-color: #B8CD37; }
span { border-color: rgb(184,205,55); }
td.TdClassName
{
border-color: #B8CD37;
}
.TagClassName
{
border-color: #B8CD37;
}
</style>