Shades of Fuego #BCDA33
Tints of Fuego #BCDA33
RGB
CMYK
RGB Variations
Color information
#BCDA33 (or 0xBCDA33) is known color: Fuego. HEX triplet: BC, DA and 33. RGB value is (188,218,51). Sum of RGB (Red+Green+Blue) = 188+218+51=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA33 is #4325CC. Grayscale: #BEBEBE. Windows color (decimal): -4400589 or 3398332. OLE color: 3398332.
HSL color Cylindrical-coordinate representation of color #BCDA33: hue angle of 70.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCDA33 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 51 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.15 |
| HSL | 70.78º | 0.69% | 0.53% | - |
| HSV(B) | 70.78º | 0.77% | 0.85% | - |
| XYZ | 46.41 | 61.07 | 12.47 | - |
| YUV | 189.99 | 49.56 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 51 | 0.14 | 0 | 0.77 | 0.15 | 70.78 | 0.69 | 0.53 |
| Hex | BC | DA | 33 | E | 0 | 4D | F | 47 | 45 | 35 |
| Octal | 274 | 332 | 63 | 16 | 0 | 115 | 17 | 107 | 105 | 65 |
| Binary | 10111100 | 11011010 | 110011 | 1110 | 0 | 1001101 | 1111 | 1000111 | 1000101 | 110101 |
Color Harmonies of #BCDA33
Complementary color
Monochromatic Colors of #BCDA33
Black with #BCDA33
Text Example
Text Example
White with #BCDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA33; }
p { color: rgb(188,218,51); }
H1.HeaderClassName
{
color: #BCDA33;
}
.AnyTagClassName
{
color: #BCDA33;
}
</style>
background-color css
<style>
a { background-color: #BCDA33; }
a { background-color: rgb(188,218,51); }
div.DivClassName
{
background-color: #BCDA33;
}
.BgClassName
{
background-color: #BCDA33;
}
</style>
border-color css
<style>
span { border-color: #BCDA33; }
span { border-color: rgb(188,218,51); }
td.TdClassName
{
border-color: #BCDA33;
}
.TagClassName
{
border-color: #BCDA33;
}
</style>