Shades of Fuego #BCCC2D
Tints of Fuego #BCCC2D
RGB
CMYK
RGB Variations
Color information
#BCCC2D (or 0xBCCC2D) is known color: Fuego. HEX triplet: BC, CC and 2D. RGB value is (188,204,45). Sum of RGB (Red+Green+Blue) = 188+204+45=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC2D is #4333D2. Grayscale: #B5B5B5. Windows color (decimal): -4404179 or 3001532. OLE color: 3001532.
HSL color Cylindrical-coordinate representation of color #BCCC2D: hue angle of 66.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCC2D is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 45 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.2 |
| HSL | 66.04º | 0.64% | 0.49% | - |
| HSV(B) | 66.04º | 0.78% | 0.8% | - |
| XYZ | 42.81 | 54.07 | 10.66 | - |
| YUV | 181.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 45 | 0.08 | 0 | 0.78 | 0.2 | 66.04 | 0.64 | 0.49 |
| Hex | BC | CC | 2D | 8 | 0 | 4E | 14 | 42 | 40 | 31 |
| Octal | 274 | 314 | 55 | 10 | 0 | 116 | 24 | 102 | 100 | 61 |
| Binary | 10111100 | 11001100 | 101101 | 1000 | 0 | 1001110 | 10100 | 1000010 | 1000000 | 110001 |
Color Harmonies of #BCCC2D
Complementary color
Monochromatic Colors of #BCCC2D
Black with #BCCC2D
Text Example
Text Example
White with #BCCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC2D; }
p { color: rgb(188,204,45); }
H1.HeaderClassName
{
color: #BCCC2D;
}
.AnyTagClassName
{
color: #BCCC2D;
}
</style>
background-color css
<style>
a { background-color: #BCCC2D; }
a { background-color: rgb(188,204,45); }
div.DivClassName
{
background-color: #BCCC2D;
}
.BgClassName
{
background-color: #BCCC2D;
}
</style>
border-color css
<style>
span { border-color: #BCCC2D; }
span { border-color: rgb(188,204,45); }
td.TdClassName
{
border-color: #BCCC2D;
}
.TagClassName
{
border-color: #BCCC2D;
}
</style>