Shades of Fuego #B9CA2E
Tints of Fuego #B9CA2E
RGB
CMYK
RGB Variations
Color information
#B9CA2E (or 0xB9CA2E) is known color: Fuego. HEX triplet: B9, CA and 2E. RGB value is (185,202,46). Sum of RGB (Red+Green+Blue) = 185+202+46=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA2E is #4635D1. Grayscale: #B3B3B3. Windows color (decimal): -4601298 or 3066553. OLE color: 3066553.
HSL color Cylindrical-coordinate representation of color #B9CA2E: hue angle of 66.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9CA2E is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 46 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.21 |
| HSL | 66.54º | 0.63% | 0.49% | - |
| HSV(B) | 66.54º | 0.77% | 0.79% | - |
| XYZ | 41.62 | 52.75 | 10.57 | - |
| YUV | 179.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 46 | 0.08 | 0 | 0.77 | 0.21 | 66.54 | 0.63 | 0.49 |
| Hex | B9 | CA | 2E | 8 | 0 | 4D | 15 | 43 | 3F | 31 |
| Octal | 271 | 312 | 56 | 10 | 0 | 115 | 25 | 103 | 77 | 61 |
| Binary | 10111001 | 11001010 | 101110 | 1000 | 0 | 1001101 | 10101 | 1000011 | 111111 | 110001 |
Color Harmonies of #B9CA2E
Complementary color
Monochromatic Colors of #B9CA2E
Black with #B9CA2E
Text Example
Text Example
White with #B9CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA2E; }
p { color: rgb(185,202,46); }
H1.HeaderClassName
{
color: #B9CA2E;
}
.AnyTagClassName
{
color: #B9CA2E;
}
</style>
background-color css
<style>
a { background-color: #B9CA2E; }
a { background-color: rgb(185,202,46); }
div.DivClassName
{
background-color: #B9CA2E;
}
.BgClassName
{
background-color: #B9CA2E;
}
</style>
border-color css
<style>
span { border-color: #B9CA2E; }
span { border-color: rgb(185,202,46); }
td.TdClassName
{
border-color: #B9CA2E;
}
.TagClassName
{
border-color: #B9CA2E;
}
</style>