Shades of Fuego #B9DB30
Tints of Fuego #B9DB30
RGB
CMYK
RGB Variations
Color information
#B9DB30 (or 0xB9DB30) is known color: Fuego. HEX triplet: B9, DB and 30. RGB value is (185,219,48). Sum of RGB (Red+Green+Blue) = 185+219+48=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB30 is #4624CF. Grayscale: #BDBDBD. Windows color (decimal): -4596944 or 3201977. OLE color: 3201977.
HSL color Cylindrical-coordinate representation of color #B9DB30: hue angle of 71.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9DB30 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 48 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.14 |
| HSL | 71.93º | 0.7% | 0.52% | - |
| HSV(B) | 71.93º | 0.78% | 0.86% | - |
| XYZ | 45.87 | 61.19 | 12.19 | - |
| YUV | 189.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 48 | 0.16 | 0 | 0.78 | 0.14 | 71.93 | 0.7 | 0.52 |
| Hex | B9 | DB | 30 | 10 | 0 | 4E | E | 48 | 46 | 34 |
| Octal | 271 | 333 | 60 | 20 | 0 | 116 | 16 | 110 | 106 | 64 |
| Binary | 10111001 | 11011011 | 110000 | 10000 | 0 | 1001110 | 1110 | 1001000 | 1000110 | 110100 |
Color Harmonies of #B9DB30
Complementary color
Monochromatic Colors of #B9DB30
Black with #B9DB30
Text Example
Text Example
White with #B9DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB30; }
p { color: rgb(185,219,48); }
H1.HeaderClassName
{
color: #B9DB30;
}
.AnyTagClassName
{
color: #B9DB30;
}
</style>
background-color css
<style>
a { background-color: #B9DB30; }
a { background-color: rgb(185,219,48); }
div.DivClassName
{
background-color: #B9DB30;
}
.BgClassName
{
background-color: #B9DB30;
}
</style>
border-color css
<style>
span { border-color: #B9DB30; }
span { border-color: rgb(185,219,48); }
td.TdClassName
{
border-color: #B9DB30;
}
.TagClassName
{
border-color: #B9DB30;
}
</style>