Shades of Fuego #BCC929
Tints of Fuego #BCC929
RGB
CMYK
RGB Variations
Color information
#BCC929 (or 0xBCC929) is known color: Fuego. HEX triplet: BC, C9 and 29. RGB value is (188,201,41). Sum of RGB (Red+Green+Blue) = 188+201+41=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC929 is #4336D6. Grayscale: #B3B3B3. Windows color (decimal): -4404951 or 2738620. OLE color: 2738620.
HSL color Cylindrical-coordinate representation of color #BCC929: hue angle of 64.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC929 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 41 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.21 |
| HSL | 64.88º | 0.66% | 0.47% | - |
| HSV(B) | 64.88º | 0.8% | 0.79% | - |
| XYZ | 42.03 | 52.62 | 10.04 | - |
| YUV | 178.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 41 | 0.06 | 0 | 0.80 | 0.21 | 64.88 | 0.66 | 0.47 |
| Hex | BC | C9 | 29 | 6 | 0 | 50 | 15 | 41 | 42 | 2F |
| Octal | 274 | 311 | 51 | 6 | 0 | 120 | 25 | 101 | 102 | 57 |
| Binary | 10111100 | 11001001 | 101001 | 110 | 0 | 1010000 | 10101 | 1000001 | 1000010 | 101111 |
Color Harmonies of #BCC929
Complementary color
Monochromatic Colors of #BCC929
Black with #BCC929
Text Example
Text Example
White with #BCC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC929; }
p { color: rgb(188,201,41); }
H1.HeaderClassName
{
color: #BCC929;
}
.AnyTagClassName
{
color: #BCC929;
}
</style>
background-color css
<style>
a { background-color: #BCC929; }
a { background-color: rgb(188,201,41); }
div.DivClassName
{
background-color: #BCC929;
}
.BgClassName
{
background-color: #BCC929;
}
</style>
border-color css
<style>
span { border-color: #BCC929; }
span { border-color: rgb(188,201,41); }
td.TdClassName
{
border-color: #BCC929;
}
.TagClassName
{
border-color: #BCC929;
}
</style>