Shades of Fuego #BCC834
Tints of Fuego #BCC834
RGB
CMYK
RGB Variations
Color information
#BCC834 (or 0xBCC834) is known color: Fuego. HEX triplet: BC, C8 and 34. RGB value is (188,200,52). Sum of RGB (Red+Green+Blue) = 188+200+52=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC834 is #4337CB. Grayscale: #B4B4B4. Windows color (decimal): -4405196 or 3459260. OLE color: 3459260.
HSL color Cylindrical-coordinate representation of color #BCC834: hue angle of 64.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC834 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 52 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.22 |
| HSL | 64.86º | 0.59% | 0.49% | - |
| HSV(B) | 64.86º | 0.74% | 0.78% | - |
| XYZ | 42.01 | 52.25 | 11.12 | - |
| YUV | 179.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 52 | 0.06 | 0 | 0.74 | 0.22 | 64.86 | 0.59 | 0.49 |
| Hex | BC | C8 | 34 | 6 | 0 | 4A | 16 | 41 | 3B | 31 |
| Octal | 274 | 310 | 64 | 6 | 0 | 112 | 26 | 101 | 73 | 61 |
| Binary | 10111100 | 11001000 | 110100 | 110 | 0 | 1001010 | 10110 | 1000001 | 111011 | 110001 |
Color Harmonies of #BCC834
Complementary color
Monochromatic Colors of #BCC834
Black with #BCC834
Text Example
Text Example
White with #BCC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC834; }
p { color: rgb(188,200,52); }
H1.HeaderClassName
{
color: #BCC834;
}
.AnyTagClassName
{
color: #BCC834;
}
</style>
background-color css
<style>
a { background-color: #BCC834; }
a { background-color: rgb(188,200,52); }
div.DivClassName
{
background-color: #BCC834;
}
.BgClassName
{
background-color: #BCC834;
}
</style>
border-color css
<style>
span { border-color: #BCC834; }
span { border-color: rgb(188,200,52); }
td.TdClassName
{
border-color: #BCC834;
}
.TagClassName
{
border-color: #BCC834;
}
</style>