Shades of Fuego #BCCD38
Tints of Fuego #BCCD38
RGB
CMYK
RGB Variations
Color information
#BCCD38 (or 0xBCCD38) is known color: Fuego. HEX triplet: BC, CD and 38. RGB value is (188,205,56). Sum of RGB (Red+Green+Blue) = 188+205+56=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD38 is #4332C7. Grayscale: #B7B7B7. Windows color (decimal): -4403912 or 3722684. OLE color: 3722684.
HSL color Cylindrical-coordinate representation of color #BCCD38: hue angle of 66.85º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCCD38 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 56 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.20 |
| HSL | 66.85º | 0.6% | 0.51% | - |
| HSV(B) | 66.85º | 0.73% | 0.8% | - |
| XYZ | 43.28 | 54.64 | 12.01 | - |
| YUV | 182.93 | 56.37 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 56 | 0.08 | 0 | 0.73 | 0.20 | 66.85 | 0.6 | 0.51 |
| Hex | BC | CD | 38 | 8 | 0 | 49 | 14 | 43 | 3C | 33 |
| Octal | 274 | 315 | 70 | 10 | 0 | 111 | 24 | 103 | 74 | 63 |
| Binary | 10111100 | 11001101 | 111000 | 1000 | 0 | 1001001 | 10100 | 1000011 | 111100 | 110011 |
Color Harmonies of #BCCD38
Complementary color
Monochromatic Colors of #BCCD38
Black with #BCCD38
Text Example
Text Example
White with #BCCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD38; }
p { color: rgb(188,205,56); }
H1.HeaderClassName
{
color: #BCCD38;
}
.AnyTagClassName
{
color: #BCCD38;
}
</style>
background-color css
<style>
a { background-color: #BCCD38; }
a { background-color: rgb(188,205,56); }
div.DivClassName
{
background-color: #BCCD38;
}
.BgClassName
{
background-color: #BCCD38;
}
</style>
border-color css
<style>
span { border-color: #BCCD38; }
span { border-color: rgb(188,205,56); }
td.TdClassName
{
border-color: #BCCD38;
}
.TagClassName
{
border-color: #BCCD38;
}
</style>