Shades of Fuego #B4CE34
Tints of Fuego #B4CE34
RGB
CMYK
RGB Variations
Color information
#B4CE34 (or 0xB4CE34) is known color: Fuego. HEX triplet: B4, CE and 34. RGB value is (180,206,52). Sum of RGB (Red+Green+Blue) = 180+206+52=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE34 is #4B31CB. Grayscale: #B5B5B5. Windows color (decimal): -4927948 or 3460788. OLE color: 3460788.
HSL color Cylindrical-coordinate representation of color #B4CE34: hue angle of 70.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4CE34 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 52 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.19 |
| HSL | 70.13º | 0.61% | 0.51% | - |
| HSV(B) | 70.13º | 0.75% | 0.81% | - |
| XYZ | 41.51 | 54.09 | 11.5 | - |
| YUV | 180.67 | 55.39 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 52 | 0.13 | 0 | 0.75 | 0.19 | 70.13 | 0.61 | 0.51 |
| Hex | B4 | CE | 34 | D | 0 | 4B | 13 | 46 | 3D | 33 |
| Octal | 264 | 316 | 64 | 15 | 0 | 113 | 23 | 106 | 75 | 63 |
| Binary | 10110100 | 11001110 | 110100 | 1101 | 0 | 1001011 | 10011 | 1000110 | 111101 | 110011 |
Color Harmonies of #B4CE34
Complementary color
Monochromatic Colors of #B4CE34
Black with #B4CE34
Text Example
Text Example
White with #B4CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE34; }
p { color: rgb(180,206,52); }
H1.HeaderClassName
{
color: #B4CE34;
}
.AnyTagClassName
{
color: #B4CE34;
}
</style>
background-color css
<style>
a { background-color: #B4CE34; }
a { background-color: rgb(180,206,52); }
div.DivClassName
{
background-color: #B4CE34;
}
.BgClassName
{
background-color: #B4CE34;
}
</style>
border-color css
<style>
span { border-color: #B4CE34; }
span { border-color: rgb(180,206,52); }
td.TdClassName
{
border-color: #B4CE34;
}
.TagClassName
{
border-color: #B4CE34;
}
</style>