Shades of Fuego #B9D138
Tints of Fuego #B9D138
RGB
CMYK
RGB Variations
Color information
#B9D138 (or 0xB9D138) is known color: Fuego. HEX triplet: B9, D1 and 38. RGB value is (185,209,56). Sum of RGB (Red+Green+Blue) = 185+209+56=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D138 is #462EC7. Grayscale: #B8B8B8. Windows color (decimal): -4599496 or 3723705. OLE color: 3723705.
HSL color Cylindrical-coordinate representation of color #B9D138: hue angle of 69.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9D138 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 56 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.18 |
| HSL | 69.41º | 0.62% | 0.52% | - |
| HSV(B) | 69.41º | 0.73% | 0.82% | - |
| XYZ | 43.52 | 56.2 | 12.3 | - |
| YUV | 184.38 | 55.55 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 56 | 0.11 | 0 | 0.73 | 0.18 | 69.41 | 0.62 | 0.52 |
| Hex | B9 | D1 | 38 | B | 0 | 49 | 12 | 45 | 3E | 34 |
| Octal | 271 | 321 | 70 | 13 | 0 | 111 | 22 | 105 | 76 | 64 |
| Binary | 10111001 | 11010001 | 111000 | 1011 | 0 | 1001001 | 10010 | 1000101 | 111110 | 110100 |
Color Harmonies of #B9D138
Complementary color
Monochromatic Colors of #B9D138
Black with #B9D138
Text Example
Text Example
White with #B9D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D138; }
p { color: rgb(185,209,56); }
H1.HeaderClassName
{
color: #B9D138;
}
.AnyTagClassName
{
color: #B9D138;
}
</style>
background-color css
<style>
a { background-color: #B9D138; }
a { background-color: rgb(185,209,56); }
div.DivClassName
{
background-color: #B9D138;
}
.BgClassName
{
background-color: #B9D138;
}
</style>
border-color css
<style>
span { border-color: #B9D138; }
span { border-color: rgb(185,209,56); }
td.TdClassName
{
border-color: #B9D138;
}
.TagClassName
{
border-color: #B9D138;
}
</style>