Shades of Fuego #B9DC23
Tints of Fuego #B9DC23
RGB
CMYK
RGB Variations
Color information
#B9DC23 (or 0xB9DC23) is known color: Fuego. HEX triplet: B9, DC and 23. RGB value is (185,220,35). Sum of RGB (Red+Green+Blue) = 185+220+35=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC23 is #4623DC. Grayscale: #BDBDBD. Windows color (decimal): -4596701 or 2350265. OLE color: 2350265.
HSL color Cylindrical-coordinate representation of color #B9DC23: hue angle of 71.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9DC23 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 35 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.14 |
| HSL | 71.35º | 0.73% | 0.5% | - |
| HSV(B) | 71.35º | 0.84% | 0.86% | - |
| XYZ | 45.9 | 61.62 | 11.06 | - |
| YUV | 188.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 35 | 0.16 | 0 | 0.84 | 0.14 | 71.35 | 0.73 | 0.5 |
| Hex | B9 | DC | 23 | 10 | 0 | 54 | E | 47 | 49 | 32 |
| Octal | 271 | 334 | 43 | 20 | 0 | 124 | 16 | 107 | 111 | 62 |
| Binary | 10111001 | 11011100 | 100011 | 10000 | 0 | 1010100 | 1110 | 1000111 | 1001001 | 110010 |
Color Harmonies of #B9DC23
Complementary color
Monochromatic Colors of #B9DC23
Black with #B9DC23
Text Example
Text Example
White with #B9DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC23; }
p { color: rgb(185,220,35); }
H1.HeaderClassName
{
color: #B9DC23;
}
.AnyTagClassName
{
color: #B9DC23;
}
</style>
background-color css
<style>
a { background-color: #B9DC23; }
a { background-color: rgb(185,220,35); }
div.DivClassName
{
background-color: #B9DC23;
}
.BgClassName
{
background-color: #B9DC23;
}
</style>
border-color css
<style>
span { border-color: #B9DC23; }
span { border-color: rgb(185,220,35); }
td.TdClassName
{
border-color: #B9DC23;
}
.TagClassName
{
border-color: #B9DC23;
}
</style>