Shades of Fuego #B9DD23
Tints of Fuego #B9DD23
RGB
CMYK
RGB Variations
Color information
#B9DD23 (or 0xB9DD23) is known color: Fuego. HEX triplet: B9, DD and 23. RGB value is (185,221,35). Sum of RGB (Red+Green+Blue) = 185+221+35=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD23 is #4622DC. Grayscale: #BDBDBD. Windows color (decimal): -4596445 or 2350521. OLE color: 2350521.
HSL color Cylindrical-coordinate representation of color #B9DD23: hue angle of 71.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9DD23 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 35 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.13 |
| HSL | 71.61º | 0.73% | 0.5% | - |
| HSV(B) | 71.61º | 0.84% | 0.87% | - |
| XYZ | 46.17 | 62.15 | 11.15 | - |
| YUV | 189.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 35 | 0.16 | 0 | 0.84 | 0.13 | 71.61 | 0.73 | 0.5 |
| Hex | B9 | DD | 23 | 10 | 0 | 54 | D | 48 | 49 | 32 |
| Octal | 271 | 335 | 43 | 20 | 0 | 124 | 15 | 110 | 111 | 62 |
| Binary | 10111001 | 11011101 | 100011 | 10000 | 0 | 1010100 | 1101 | 1001000 | 1001001 | 110010 |
Color Harmonies of #B9DD23
Complementary color
Monochromatic Colors of #B9DD23
Black with #B9DD23
Text Example
Text Example
White with #B9DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD23; }
p { color: rgb(185,221,35); }
H1.HeaderClassName
{
color: #B9DD23;
}
.AnyTagClassName
{
color: #B9DD23;
}
</style>
background-color css
<style>
a { background-color: #B9DD23; }
a { background-color: rgb(185,221,35); }
div.DivClassName
{
background-color: #B9DD23;
}
.BgClassName
{
background-color: #B9DD23;
}
</style>
border-color css
<style>
span { border-color: #B9DD23; }
span { border-color: rgb(185,221,35); }
td.TdClassName
{
border-color: #B9DD23;
}
.TagClassName
{
border-color: #B9DD23;
}
</style>