Shades of Fuego #B9CE2E
Tints of Fuego #B9CE2E
RGB
CMYK
RGB Variations
Color information
#B9CE2E (or 0xB9CE2E) is known color: Fuego. HEX triplet: B9, CE and 2E. RGB value is (185,206,46). Sum of RGB (Red+Green+Blue) = 185+206+46=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE2E is #4631D1. Grayscale: #B6B6B6. Windows color (decimal): -4600274 or 3067577. OLE color: 3067577.
HSL color Cylindrical-coordinate representation of color #B9CE2E: hue angle of 67.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9CE2E is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 46 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.19 |
| HSL | 67.88º | 0.63% | 0.49% | - |
| HSV(B) | 67.88º | 0.78% | 0.81% | - |
| XYZ | 42.57 | 54.65 | 10.89 | - |
| YUV | 181.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 46 | 0.10 | 0 | 0.78 | 0.19 | 67.88 | 0.63 | 0.49 |
| Hex | B9 | CE | 2E | A | 0 | 4E | 13 | 44 | 3F | 31 |
| Octal | 271 | 316 | 56 | 12 | 0 | 116 | 23 | 104 | 77 | 61 |
| Binary | 10111001 | 11001110 | 101110 | 1010 | 0 | 1001110 | 10011 | 1000100 | 111111 | 110001 |
Color Harmonies of #B9CE2E
Complementary color
Monochromatic Colors of #B9CE2E
Black with #B9CE2E
Text Example
Text Example
White with #B9CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE2E; }
p { color: rgb(185,206,46); }
H1.HeaderClassName
{
color: #B9CE2E;
}
.AnyTagClassName
{
color: #B9CE2E;
}
</style>
background-color css
<style>
a { background-color: #B9CE2E; }
a { background-color: rgb(185,206,46); }
div.DivClassName
{
background-color: #B9CE2E;
}
.BgClassName
{
background-color: #B9CE2E;
}
</style>
border-color css
<style>
span { border-color: #B9CE2E; }
span { border-color: rgb(185,206,46); }
td.TdClassName
{
border-color: #B9CE2E;
}
.TagClassName
{
border-color: #B9CE2E;
}
</style>