Shades of Fuego #BCC42D
Tints of Fuego #BCC42D
RGB
CMYK
RGB Variations
Color information
#BCC42D (or 0xBCC42D) is known color: Fuego. HEX triplet: BC, C4 and 2D. RGB value is (188,196,45). Sum of RGB (Red+Green+Blue) = 188+196+45=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC42D is #433BD2. Grayscale: #B0B0B0. Windows color (decimal): -4406227 or 2999484. OLE color: 2999484.
HSL color Cylindrical-coordinate representation of color #BCC42D: hue angle of 63.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCC42D is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 45 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.23 |
| HSL | 63.18º | 0.63% | 0.47% | - |
| HSV(B) | 63.18º | 0.77% | 0.77% | - |
| XYZ | 40.95 | 50.36 | 10.04 | - |
| YUV | 176.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 45 | 0.04 | 0 | 0.77 | 0.23 | 63.18 | 0.63 | 0.47 |
| Hex | BC | C4 | 2D | 4 | 0 | 4D | 17 | 3F | 3F | 2F |
| Octal | 274 | 304 | 55 | 4 | 0 | 115 | 27 | 77 | 77 | 57 |
| Binary | 10111100 | 11000100 | 101101 | 100 | 0 | 1001101 | 10111 | 111111 | 111111 | 101111 |
Color Harmonies of #BCC42D
Complementary color
Monochromatic Colors of #BCC42D
Black with #BCC42D
Text Example
Text Example
White with #BCC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC42D; }
p { color: rgb(188,196,45); }
H1.HeaderClassName
{
color: #BCC42D;
}
.AnyTagClassName
{
color: #BCC42D;
}
</style>
background-color css
<style>
a { background-color: #BCC42D; }
a { background-color: rgb(188,196,45); }
div.DivClassName
{
background-color: #BCC42D;
}
.BgClassName
{
background-color: #BCC42D;
}
</style>
border-color css
<style>
span { border-color: #BCC42D; }
span { border-color: rgb(188,196,45); }
td.TdClassName
{
border-color: #BCC42D;
}
.TagClassName
{
border-color: #BCC42D;
}
</style>