Shades of Fuego #BCCD3A
Tints of Fuego #BCCD3A
RGB
CMYK
RGB Variations
Color information
#BCCD3A (or 0xBCCD3A) is known color: Fuego. HEX triplet: BC, CD and 3A. RGB value is (188,205,58). Sum of RGB (Red+Green+Blue) = 188+205+58=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD3A is #4332C5. Grayscale: #B7B7B7. Windows color (decimal): -4403910 or 3853756. OLE color: 3853756.
HSL color Cylindrical-coordinate representation of color #BCCD3A: hue angle of 66.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCCD3A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 58 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.20 |
| HSL | 66.94º | 0.6% | 0.52% | - |
| HSV(B) | 66.94º | 0.72% | 0.8% | - |
| XYZ | 43.33 | 54.66 | 12.27 | - |
| YUV | 183.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 58 | 0.08 | 0 | 0.72 | 0.20 | 66.94 | 0.6 | 0.52 |
| Hex | BC | CD | 3A | 8 | 0 | 48 | 14 | 43 | 3C | 34 |
| Octal | 274 | 315 | 72 | 10 | 0 | 110 | 24 | 103 | 74 | 64 |
| Binary | 10111100 | 11001101 | 111010 | 1000 | 0 | 1001000 | 10100 | 1000011 | 111100 | 110100 |
Color Harmonies of #BCCD3A
Complementary color
Monochromatic Colors of #BCCD3A
Black with #BCCD3A
Text Example
Text Example
White with #BCCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD3A; }
p { color: rgb(188,205,58); }
H1.HeaderClassName
{
color: #BCCD3A;
}
.AnyTagClassName
{
color: #BCCD3A;
}
</style>
background-color css
<style>
a { background-color: #BCCD3A; }
a { background-color: rgb(188,205,58); }
div.DivClassName
{
background-color: #BCCD3A;
}
.BgClassName
{
background-color: #BCCD3A;
}
</style>
border-color css
<style>
span { border-color: #BCCD3A; }
span { border-color: rgb(188,205,58); }
td.TdClassName
{
border-color: #BCCD3A;
}
.TagClassName
{
border-color: #BCCD3A;
}
</style>