Shades of Fuego #B2CE36
Tints of Fuego #B2CE36
RGB
CMYK
RGB Variations
Color information
#B2CE36 (or 0xB2CE36) is known color: Fuego. HEX triplet: B2, CE and 36. RGB value is (178,206,54). Sum of RGB (Red+Green+Blue) = 178+206+54=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE36 is #4D31C9. Grayscale: #B4B4B4. Windows color (decimal): -5059018 or 3591858. OLE color: 3591858.
HSL color Cylindrical-coordinate representation of color #B2CE36: hue angle of 71.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2CE36 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 54 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.19 |
| HSL | 71.05º | 0.61% | 0.51% | - |
| HSV(B) | 71.05º | 0.74% | 0.81% | - |
| XYZ | 41.1 | 53.87 | 11.72 | - |
| YUV | 180.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 54 | 0.14 | 0 | 0.74 | 0.19 | 71.05 | 0.61 | 0.51 |
| Hex | B2 | CE | 36 | E | 0 | 4A | 13 | 47 | 3D | 33 |
| Octal | 262 | 316 | 66 | 16 | 0 | 112 | 23 | 107 | 75 | 63 |
| Binary | 10110010 | 11001110 | 110110 | 1110 | 0 | 1001010 | 10011 | 1000111 | 111101 | 110011 |
Color Harmonies of #B2CE36
Complementary color
Monochromatic Colors of #B2CE36
Black with #B2CE36
Text Example
Text Example
White with #B2CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE36; }
p { color: rgb(178,206,54); }
H1.HeaderClassName
{
color: #B2CE36;
}
.AnyTagClassName
{
color: #B2CE36;
}
</style>
background-color css
<style>
a { background-color: #B2CE36; }
a { background-color: rgb(178,206,54); }
div.DivClassName
{
background-color: #B2CE36;
}
.BgClassName
{
background-color: #B2CE36;
}
</style>
border-color css
<style>
span { border-color: #B2CE36; }
span { border-color: rgb(178,206,54); }
td.TdClassName
{
border-color: #B2CE36;
}
.TagClassName
{
border-color: #B2CE36;
}
</style>