Shades of Fuego #BCD72B
Tints of Fuego #BCD72B
RGB
CMYK
RGB Variations
Color information
#BCD72B (or 0xBCD72B) is known color: Fuego. HEX triplet: BC, D7 and 2B. RGB value is (188,215,43). Sum of RGB (Red+Green+Blue) = 188+215+43=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD72B is #4328D4. Grayscale: #BBBBBB. Windows color (decimal): -4401365 or 2873276. OLE color: 2873276.
HSL color Cylindrical-coordinate representation of color #BCD72B: hue angle of 69.42º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD72B is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 43 | - |
| CMYK | 0.13 | 0 | 0.8 | 0.16 |
| HSL | 69.42º | 0.68% | 0.51% | - |
| HSV(B) | 69.42º | 0.8% | 0.84% | - |
| XYZ | 45.48 | 59.47 | 11.37 | - |
| YUV | 187.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 43 | 0.13 | 0 | 0.8 | 0.16 | 69.42 | 0.68 | 0.51 |
| Hex | BC | D7 | 2B | D | 0 | 50 | 10 | 45 | 44 | 33 |
| Octal | 274 | 327 | 53 | 15 | 0 | 120 | 20 | 105 | 104 | 63 |
| Binary | 10111100 | 11010111 | 101011 | 1101 | 0 | 1010000 | 10000 | 1000101 | 1000100 | 110011 |
Color Harmonies of #BCD72B
Complementary color
Monochromatic Colors of #BCD72B
Black with #BCD72B
Text Example
Text Example
White with #BCD72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD72B; }
p { color: rgb(188,215,43); }
H1.HeaderClassName
{
color: #BCD72B;
}
.AnyTagClassName
{
color: #BCD72B;
}
</style>
background-color css
<style>
a { background-color: #BCD72B; }
a { background-color: rgb(188,215,43); }
div.DivClassName
{
background-color: #BCD72B;
}
.BgClassName
{
background-color: #BCD72B;
}
</style>
border-color css
<style>
span { border-color: #BCD72B; }
span { border-color: rgb(188,215,43); }
td.TdClassName
{
border-color: #BCD72B;
}
.TagClassName
{
border-color: #BCD72B;
}
</style>