Shades of Fuego #B9CE30
Tints of Fuego #B9CE30
RGB
CMYK
RGB Variations
Color information
#B9CE30 (or 0xB9CE30) is known color: Fuego. HEX triplet: B9, CE and 30. RGB value is (185,206,48). Sum of RGB (Red+Green+Blue) = 185+206+48=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE30 is #4631CF. Grayscale: #B6B6B6. Windows color (decimal): -4600272 or 3198649. OLE color: 3198649.
HSL color Cylindrical-coordinate representation of color #B9CE30: hue angle of 67.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9CE30 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 48 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.19 |
| HSL | 67.97º | 0.62% | 0.5% | - |
| HSV(B) | 67.97º | 0.77% | 0.81% | - |
| XYZ | 42.61 | 54.67 | 11.1 | - |
| YUV | 181.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 48 | 0.10 | 0 | 0.77 | 0.19 | 67.97 | 0.62 | 0.5 |
| Hex | B9 | CE | 30 | A | 0 | 4D | 13 | 44 | 3E | 32 |
| Octal | 271 | 316 | 60 | 12 | 0 | 115 | 23 | 104 | 76 | 62 |
| Binary | 10111001 | 11001110 | 110000 | 1010 | 0 | 1001101 | 10011 | 1000100 | 111110 | 110010 |
Color Harmonies of #B9CE30
Complementary color
Monochromatic Colors of #B9CE30
Black with #B9CE30
Text Example
Text Example
White with #B9CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE30; }
p { color: rgb(185,206,48); }
H1.HeaderClassName
{
color: #B9CE30;
}
.AnyTagClassName
{
color: #B9CE30;
}
</style>
background-color css
<style>
a { background-color: #B9CE30; }
a { background-color: rgb(185,206,48); }
div.DivClassName
{
background-color: #B9CE30;
}
.BgClassName
{
background-color: #B9CE30;
}
</style>
border-color css
<style>
span { border-color: #B9CE30; }
span { border-color: rgb(185,206,48); }
td.TdClassName
{
border-color: #B9CE30;
}
.TagClassName
{
border-color: #B9CE30;
}
</style>