Shades of Fuego #B3CE2D
Tints of Fuego #B3CE2D
RGB
CMYK
RGB Variations
Color information
#B3CE2D (or 0xB3CE2D) is known color: Fuego. HEX triplet: B3, CE and 2D. RGB value is (179,206,45). Sum of RGB (Red+Green+Blue) = 179+206+45=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CE2D is #4C31D2. Grayscale: #B4B4B4. Windows color (decimal): -4993491 or 3002035. OLE color: 3002035.
HSL color Cylindrical-coordinate representation of color #B3CE2D: hue angle of 70.06º degrees, saturation: 0.64, 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 #B3CE2D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 45 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.19 |
| HSL | 70.06º | 0.64% | 0.49% | - |
| HSV(B) | 70.06º | 0.78% | 0.81% | - |
| XYZ | 41.14 | 53.92 | 10.72 | - |
| YUV | 179.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 45 | 0.13 | 0 | 0.78 | 0.19 | 70.06 | 0.64 | 0.49 |
| Hex | B3 | CE | 2D | D | 0 | 4E | 13 | 46 | 40 | 31 |
| Octal | 263 | 316 | 55 | 15 | 0 | 116 | 23 | 106 | 100 | 61 |
| Binary | 10110011 | 11001110 | 101101 | 1101 | 0 | 1001110 | 10011 | 1000110 | 1000000 | 110001 |
Color Harmonies of #B3CE2D
Complementary color
Monochromatic Colors of #B3CE2D
Black with #B3CE2D
Text Example
Text Example
White with #B3CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE2D; }
p { color: rgb(179,206,45); }
H1.HeaderClassName
{
color: #B3CE2D;
}
.AnyTagClassName
{
color: #B3CE2D;
}
</style>
background-color css
<style>
a { background-color: #B3CE2D; }
a { background-color: rgb(179,206,45); }
div.DivClassName
{
background-color: #B3CE2D;
}
.BgClassName
{
background-color: #B3CE2D;
}
</style>
border-color css
<style>
span { border-color: #B3CE2D; }
span { border-color: rgb(179,206,45); }
td.TdClassName
{
border-color: #B3CE2D;
}
.TagClassName
{
border-color: #B3CE2D;
}
</style>