Shades of Fuego #B4CE2F
Tints of Fuego #B4CE2F
RGB
CMYK
RGB Variations
Color information
#B4CE2F (or 0xB4CE2F) is known color: Fuego. HEX triplet: B4, CE and 2F. RGB value is (180,206,47). Sum of RGB (Red+Green+Blue) = 180+206+47=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE2F is #4B31D0. Grayscale: #B4B4B4. Windows color (decimal): -4927953 or 3133108. OLE color: 3133108.
HSL color Cylindrical-coordinate representation of color #B4CE2F: hue angle of 69.81º degrees, saturation: 0.63, 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 #B4CE2F is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 47 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.19 |
| HSL | 69.81º | 0.63% | 0.5% | - |
| HSV(B) | 69.81º | 0.77% | 0.81% | - |
| XYZ | 41.41 | 54.05 | 10.94 | - |
| YUV | 180.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 47 | 0.13 | 0 | 0.77 | 0.19 | 69.81 | 0.63 | 0.5 |
| Hex | B4 | CE | 2F | D | 0 | 4D | 13 | 46 | 3F | 32 |
| Octal | 264 | 316 | 57 | 15 | 0 | 115 | 23 | 106 | 77 | 62 |
| Binary | 10110100 | 11001110 | 101111 | 1101 | 0 | 1001101 | 10011 | 1000110 | 111111 | 110010 |
Color Harmonies of #B4CE2F
Complementary color
Monochromatic Colors of #B4CE2F
Black with #B4CE2F
Text Example
Text Example
White with #B4CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE2F; }
p { color: rgb(180,206,47); }
H1.HeaderClassName
{
color: #B4CE2F;
}
.AnyTagClassName
{
color: #B4CE2F;
}
</style>
background-color css
<style>
a { background-color: #B4CE2F; }
a { background-color: rgb(180,206,47); }
div.DivClassName
{
background-color: #B4CE2F;
}
.BgClassName
{
background-color: #B4CE2F;
}
</style>
border-color css
<style>
span { border-color: #B4CE2F; }
span { border-color: rgb(180,206,47); }
td.TdClassName
{
border-color: #B4CE2F;
}
.TagClassName
{
border-color: #B4CE2F;
}
</style>