Shades of Fuego #B9CE2A
Tints of Fuego #B9CE2A
RGB
CMYK
RGB Variations
Color information
#B9CE2A (or 0xB9CE2A) is known color: Fuego. HEX triplet: B9, CE and 2A. RGB value is (185,206,42). Sum of RGB (Red+Green+Blue) = 185+206+42=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE2A is #4631D5. Grayscale: #B5B5B5. Windows color (decimal): -4600278 or 2805433. OLE color: 2805433.
HSL color Cylindrical-coordinate representation of color #B9CE2A: hue angle of 67.68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9CE2A is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 42 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.19 |
| HSL | 67.68º | 0.66% | 0.49% | - |
| HSV(B) | 67.68º | 0.8% | 0.81% | - |
| XYZ | 42.5 | 54.62 | 10.49 | - |
| YUV | 181.03 | 49.54 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 42 | 0.10 | 0 | 0.80 | 0.19 | 67.68 | 0.66 | 0.49 |
| Hex | B9 | CE | 2A | A | 0 | 50 | 13 | 44 | 42 | 31 |
| Octal | 271 | 316 | 52 | 12 | 0 | 120 | 23 | 104 | 102 | 61 |
| Binary | 10111001 | 11001110 | 101010 | 1010 | 0 | 1010000 | 10011 | 1000100 | 1000010 | 110001 |
Color Harmonies of #B9CE2A
Complementary color
Monochromatic Colors of #B9CE2A
Black with #B9CE2A
Text Example
Text Example
White with #B9CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE2A; }
p { color: rgb(185,206,42); }
H1.HeaderClassName
{
color: #B9CE2A;
}
.AnyTagClassName
{
color: #B9CE2A;
}
</style>
background-color css
<style>
a { background-color: #B9CE2A; }
a { background-color: rgb(185,206,42); }
div.DivClassName
{
background-color: #B9CE2A;
}
.BgClassName
{
background-color: #B9CE2A;
}
</style>
border-color css
<style>
span { border-color: #B9CE2A; }
span { border-color: rgb(185,206,42); }
td.TdClassName
{
border-color: #B9CE2A;
}
.TagClassName
{
border-color: #B9CE2A;
}
</style>