Shades of Fuego #BCC52D
Tints of Fuego #BCC52D
RGB
CMYK
RGB Variations
Color information
#BCC52D (or 0xBCC52D) is known color: Fuego. HEX triplet: BC, C5 and 2D. RGB value is (188,197,45). Sum of RGB (Red+Green+Blue) = 188+197+45=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC52D is #433AD2. Grayscale: #B1B1B1. Windows color (decimal): -4405971 or 2999740. OLE color: 2999740.
HSL color Cylindrical-coordinate representation of color #BCC52D: hue angle of 63.55º 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 #BCC52D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 45 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.23 |
| HSL | 63.55º | 0.63% | 0.47% | - |
| HSV(B) | 63.55º | 0.77% | 0.77% | - |
| XYZ | 41.18 | 50.81 | 10.12 | - |
| YUV | 176.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 45 | 0.05 | 0 | 0.77 | 0.23 | 63.55 | 0.63 | 0.47 |
| Hex | BC | C5 | 2D | 5 | 0 | 4D | 17 | 40 | 3F | 2F |
| Octal | 274 | 305 | 55 | 5 | 0 | 115 | 27 | 100 | 77 | 57 |
| Binary | 10111100 | 11000101 | 101101 | 101 | 0 | 1001101 | 10111 | 1000000 | 111111 | 101111 |
Color Harmonies of #BCC52D
Complementary color
Monochromatic Colors of #BCC52D
Black with #BCC52D
Text Example
Text Example
White with #BCC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC52D; }
p { color: rgb(188,197,45); }
H1.HeaderClassName
{
color: #BCC52D;
}
.AnyTagClassName
{
color: #BCC52D;
}
</style>
background-color css
<style>
a { background-color: #BCC52D; }
a { background-color: rgb(188,197,45); }
div.DivClassName
{
background-color: #BCC52D;
}
.BgClassName
{
background-color: #BCC52D;
}
</style>
border-color css
<style>
span { border-color: #BCC52D; }
span { border-color: rgb(188,197,45); }
td.TdClassName
{
border-color: #BCC52D;
}
.TagClassName
{
border-color: #BCC52D;
}
</style>