Shades of Fuego #BCD32B
Tints of Fuego #BCD32B
RGB
CMYK
RGB Variations
Color information
#BCD32B (or 0xBCD32B) is known color: Fuego. HEX triplet: BC, D3 and 2B. RGB value is (188,211,43). Sum of RGB (Red+Green+Blue) = 188+211+43=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD32B is #432CD4. Grayscale: #B9B9B9. Windows color (decimal): -4402389 or 2872252. OLE color: 2872252.
HSL color Cylindrical-coordinate representation of color #BCD32B: hue angle of 68.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD32B is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 43 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.17 |
| HSL | 68.21º | 0.66% | 0.5% | - |
| HSV(B) | 68.21º | 0.8% | 0.83% | - |
| XYZ | 44.47 | 57.45 | 11.03 | - |
| YUV | 184.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 43 | 0.11 | 0 | 0.80 | 0.17 | 68.21 | 0.66 | 0.5 |
| Hex | BC | D3 | 2B | B | 0 | 50 | 11 | 44 | 42 | 32 |
| Octal | 274 | 323 | 53 | 13 | 0 | 120 | 21 | 104 | 102 | 62 |
| Binary | 10111100 | 11010011 | 101011 | 1011 | 0 | 1010000 | 10001 | 1000100 | 1000010 | 110010 |
Color Harmonies of #BCD32B
Complementary color
Monochromatic Colors of #BCD32B
Black with #BCD32B
Text Example
Text Example
White with #BCD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD32B; }
p { color: rgb(188,211,43); }
H1.HeaderClassName
{
color: #BCD32B;
}
.AnyTagClassName
{
color: #BCD32B;
}
</style>
background-color css
<style>
a { background-color: #BCD32B; }
a { background-color: rgb(188,211,43); }
div.DivClassName
{
background-color: #BCD32B;
}
.BgClassName
{
background-color: #BCD32B;
}
</style>
border-color css
<style>
span { border-color: #BCD32B; }
span { border-color: rgb(188,211,43); }
td.TdClassName
{
border-color: #BCD32B;
}
.TagClassName
{
border-color: #BCD32B;
}
</style>