Shades of Fuego #B0CC36
Tints of Fuego #B0CC36
RGB
CMYK
RGB Variations
Color information
#B0CC36 (or 0xB0CC36) is known color: Fuego. HEX triplet: B0, CC and 36. RGB value is (176,204,54). Sum of RGB (Red+Green+Blue) = 176+204+54=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC36 is #4F33C9. Grayscale: #B3B3B3. Windows color (decimal): -5190602 or 3591344. OLE color: 3591344.
HSL color Cylindrical-coordinate representation of color #B0CC36: hue angle of 71.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0CC36 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 54 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.2 |
| HSL | 71.2º | 0.6% | 0.51% | - |
| HSV(B) | 71.2º | 0.74% | 0.8% | - |
| XYZ | 40.16 | 52.68 | 11.54 | - |
| YUV | 178.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 54 | 0.14 | 0 | 0.74 | 0.2 | 71.2 | 0.6 | 0.51 |
| Hex | B0 | CC | 36 | E | 0 | 4A | 14 | 47 | 3C | 33 |
| Octal | 260 | 314 | 66 | 16 | 0 | 112 | 24 | 107 | 74 | 63 |
| Binary | 10110000 | 11001100 | 110110 | 1110 | 0 | 1001010 | 10100 | 1000111 | 111100 | 110011 |
Color Harmonies of #B0CC36
Complementary color
Monochromatic Colors of #B0CC36
Black with #B0CC36
Text Example
Text Example
White with #B0CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC36; }
p { color: rgb(176,204,54); }
H1.HeaderClassName
{
color: #B0CC36;
}
.AnyTagClassName
{
color: #B0CC36;
}
</style>
background-color css
<style>
a { background-color: #B0CC36; }
a { background-color: rgb(176,204,54); }
div.DivClassName
{
background-color: #B0CC36;
}
.BgClassName
{
background-color: #B0CC36;
}
</style>
border-color css
<style>
span { border-color: #B0CC36; }
span { border-color: rgb(176,204,54); }
td.TdClassName
{
border-color: #B0CC36;
}
.TagClassName
{
border-color: #B0CC36;
}
</style>