Shades of Fuego #B0CD2C
Tints of Fuego #B0CD2C
RGB
CMYK
RGB Variations
Color information
#B0CD2C (or 0xB0CD2C) is known color: Fuego. HEX triplet: B0, CD and 2C. RGB value is (176,205,44). Sum of RGB (Red+Green+Blue) = 176+205+44=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CD2C is #4F32D3. Grayscale: #B2B2B2. Windows color (decimal): -5190356 or 2936240. OLE color: 2936240.
HSL color Cylindrical-coordinate representation of color #B0CD2C: hue angle of 70.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0CD2C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 44 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.20 |
| HSL | 70.81º | 0.65% | 0.49% | - |
| HSV(B) | 70.81º | 0.79% | 0.8% | - |
| XYZ | 40.19 | 53.07 | 10.51 | - |
| YUV | 177.98 | 52.39 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 44 | 0.14 | 0 | 0.79 | 0.20 | 70.81 | 0.65 | 0.49 |
| Hex | B0 | CD | 2C | E | 0 | 4F | 14 | 47 | 41 | 31 |
| Octal | 260 | 315 | 54 | 16 | 0 | 117 | 24 | 107 | 101 | 61 |
| Binary | 10110000 | 11001101 | 101100 | 1110 | 0 | 1001111 | 10100 | 1000111 | 1000001 | 110001 |
Color Harmonies of #B0CD2C
Complementary color
Monochromatic Colors of #B0CD2C
Black with #B0CD2C
Text Example
Text Example
White with #B0CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CD2C; }
p { color: rgb(176,205,44); }
H1.HeaderClassName
{
color: #B0CD2C;
}
.AnyTagClassName
{
color: #B0CD2C;
}
</style>
background-color css
<style>
a { background-color: #B0CD2C; }
a { background-color: rgb(176,205,44); }
div.DivClassName
{
background-color: #B0CD2C;
}
.BgClassName
{
background-color: #B0CD2C;
}
</style>
border-color css
<style>
span { border-color: #B0CD2C; }
span { border-color: rgb(176,205,44); }
td.TdClassName
{
border-color: #B0CD2C;
}
.TagClassName
{
border-color: #B0CD2C;
}
</style>