Shades of Fuego #B9D22B
Tints of Fuego #B9D22B
RGB
CMYK
RGB Variations
Color information
#B9D22B (or 0xB9D22B) is known color: Fuego. HEX triplet: B9, D2 and 2B. RGB value is (185,210,43). Sum of RGB (Red+Green+Blue) = 185+210+43=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D22B is #462DD4. Grayscale: #B8B8B8. Windows color (decimal): -4599253 or 2871993. OLE color: 2871993.
HSL color Cylindrical-coordinate representation of color #B9D22B: hue angle of 68.98º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D22B is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 43 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.18 |
| HSL | 68.98º | 0.66% | 0.5% | - |
| HSV(B) | 68.98º | 0.8% | 0.82% | - |
| XYZ | 43.49 | 56.58 | 10.91 | - |
| YUV | 183.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 43 | 0.12 | 0 | 0.80 | 0.18 | 68.98 | 0.66 | 0.5 |
| Hex | B9 | D2 | 2B | C | 0 | 50 | 12 | 45 | 42 | 32 |
| Octal | 271 | 322 | 53 | 14 | 0 | 120 | 22 | 105 | 102 | 62 |
| Binary | 10111001 | 11010010 | 101011 | 1100 | 0 | 1010000 | 10010 | 1000101 | 1000010 | 110010 |
Color Harmonies of #B9D22B
Complementary color
Monochromatic Colors of #B9D22B
Black with #B9D22B
Text Example
Text Example
White with #B9D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D22B; }
p { color: rgb(185,210,43); }
H1.HeaderClassName
{
color: #B9D22B;
}
.AnyTagClassName
{
color: #B9D22B;
}
</style>
background-color css
<style>
a { background-color: #B9D22B; }
a { background-color: rgb(185,210,43); }
div.DivClassName
{
background-color: #B9D22B;
}
.BgClassName
{
background-color: #B9D22B;
}
</style>
border-color css
<style>
span { border-color: #B9D22B; }
span { border-color: rgb(185,210,43); }
td.TdClassName
{
border-color: #B9D22B;
}
.TagClassName
{
border-color: #B9D22B;
}
</style>