Shades of Fuego #BCD334
Tints of Fuego #BCD334
RGB
CMYK
RGB Variations
Color information
#BCD334 (or 0xBCD334) is known color: Fuego. HEX triplet: BC, D3 and 34. RGB value is (188,211,52). Sum of RGB (Red+Green+Blue) = 188+211+52=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD334 is #432CCB. Grayscale: #BABABA. Windows color (decimal): -4402380 or 3462076. OLE color: 3462076.
HSL color Cylindrical-coordinate representation of color #BCD334: hue angle of 68.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD334 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 52 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.17 |
| HSL | 68.68º | 0.64% | 0.52% | - |
| HSV(B) | 68.68º | 0.75% | 0.83% | - |
| XYZ | 44.65 | 57.53 | 12 | - |
| YUV | 186 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 52 | 0.11 | 0 | 0.75 | 0.17 | 68.68 | 0.64 | 0.52 |
| Hex | BC | D3 | 34 | B | 0 | 4B | 11 | 45 | 40 | 34 |
| Octal | 274 | 323 | 64 | 13 | 0 | 113 | 21 | 105 | 100 | 64 |
| Binary | 10111100 | 11010011 | 110100 | 1011 | 0 | 1001011 | 10001 | 1000101 | 1000000 | 110100 |
Color Harmonies of #BCD334
Complementary color
Monochromatic Colors of #BCD334
Black with #BCD334
Text Example
Text Example
White with #BCD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD334; }
p { color: rgb(188,211,52); }
H1.HeaderClassName
{
color: #BCD334;
}
.AnyTagClassName
{
color: #BCD334;
}
</style>
background-color css
<style>
a { background-color: #BCD334; }
a { background-color: rgb(188,211,52); }
div.DivClassName
{
background-color: #BCD334;
}
.BgClassName
{
background-color: #BCD334;
}
</style>
border-color css
<style>
span { border-color: #BCD334; }
span { border-color: rgb(188,211,52); }
td.TdClassName
{
border-color: #BCD334;
}
.TagClassName
{
border-color: #BCD334;
}
</style>