Shades of Fuego #BCC92D
Tints of Fuego #BCC92D
RGB
CMYK
RGB Variations
Color information
#BCC92D (or 0xBCC92D) is known color: Fuego. HEX triplet: BC, C9 and 2D. RGB value is (188,201,45). Sum of RGB (Red+Green+Blue) = 188+201+45=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC92D is #4336D2. Grayscale: #B3B3B3. Windows color (decimal): -4404947 or 3000764. OLE color: 3000764.
HSL color Cylindrical-coordinate representation of color #BCC92D: hue angle of 65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC92D is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 45 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.21 |
| HSL | 65º | 0.63% | 0.48% | - |
| HSV(B) | 65º | 0.78% | 0.79% | - |
| XYZ | 42.1 | 52.65 | 10.43 | - |
| YUV | 179.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 45 | 0.06 | 0 | 0.78 | 0.21 | 65 | 0.63 | 0.48 |
| Hex | BC | C9 | 2D | 6 | 0 | 4E | 15 | 41 | 3F | 30 |
| Octal | 274 | 311 | 55 | 6 | 0 | 116 | 25 | 101 | 77 | 60 |
| Binary | 10111100 | 11001001 | 101101 | 110 | 0 | 1001110 | 10101 | 1000001 | 111111 | 110000 |
Color Harmonies of #BCC92D
Complementary color
Monochromatic Colors of #BCC92D
Black with #BCC92D
Text Example
Text Example
White with #BCC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC92D; }
p { color: rgb(188,201,45); }
H1.HeaderClassName
{
color: #BCC92D;
}
.AnyTagClassName
{
color: #BCC92D;
}
</style>
background-color css
<style>
a { background-color: #BCC92D; }
a { background-color: rgb(188,201,45); }
div.DivClassName
{
background-color: #BCC92D;
}
.BgClassName
{
background-color: #BCC92D;
}
</style>
border-color css
<style>
span { border-color: #BCC92D; }
span { border-color: rgb(188,201,45); }
td.TdClassName
{
border-color: #BCC92D;
}
.TagClassName
{
border-color: #BCC92D;
}
</style>