Shades of Fuego #BCD327
Tints of Fuego #BCD327
RGB
CMYK
RGB Variations
Color information
#BCD327 (or 0xBCD327) is known color: Fuego. HEX triplet: BC, D3 and 27. RGB value is (188,211,39). Sum of RGB (Red+Green+Blue) = 188+211+39=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD327 is #432CD8. Grayscale: #B9B9B9. Windows color (decimal): -4402393 or 2610108. OLE color: 2610108.
HSL color Cylindrical-coordinate representation of color #BCD327: hue angle of 68.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD327 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.17 |
| HSL | 68.02º | 0.69% | 0.49% | - |
| HSV(B) | 68.02º | 0.82% | 0.83% | - |
| XYZ | 44.4 | 57.43 | 10.66 | - |
| YUV | 184.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 39 | 0.11 | 0 | 0.82 | 0.17 | 68.02 | 0.69 | 0.49 |
| Hex | BC | D3 | 27 | B | 0 | 52 | 11 | 44 | 45 | 31 |
| Octal | 274 | 323 | 47 | 13 | 0 | 122 | 21 | 104 | 105 | 61 |
| Binary | 10111100 | 11010011 | 100111 | 1011 | 0 | 1010010 | 10001 | 1000100 | 1000101 | 110001 |
Color Harmonies of #BCD327
Complementary color
Monochromatic Colors of #BCD327
Black with #BCD327
Text Example
Text Example
White with #BCD327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD327; }
p { color: rgb(188,211,39); }
H1.HeaderClassName
{
color: #BCD327;
}
.AnyTagClassName
{
color: #BCD327;
}
</style>
background-color css
<style>
a { background-color: #BCD327; }
a { background-color: rgb(188,211,39); }
div.DivClassName
{
background-color: #BCD327;
}
.BgClassName
{
background-color: #BCD327;
}
</style>
border-color css
<style>
span { border-color: #BCD327; }
span { border-color: rgb(188,211,39); }
td.TdClassName
{
border-color: #BCD327;
}
.TagClassName
{
border-color: #BCD327;
}
</style>